Searched refs:MGMT_OP_PIN_CODE_REPLY (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/net/bluetooth/ |
D | mgmt.h | 128 #define MGMT_OP_PIN_CODE_REPLY 0x0011 macro
|
/linux-2.6.39/net/bluetooth/ |
D | mgmt.c | 967 return cmd_status(sk, index, MGMT_OP_PIN_CODE_REPLY, EINVAL); in pin_code_reply() 971 return cmd_status(sk, index, MGMT_OP_PIN_CODE_REPLY, ENODEV); in pin_code_reply() 976 err = cmd_status(sk, index, MGMT_OP_PIN_CODE_REPLY, ENETDOWN); in pin_code_reply() 980 cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, index, data, len); in pin_code_reply() 1334 case MGMT_OP_PIN_CODE_REPLY: in mgmt_control() 1558 cmd = mgmt_pending_find(MGMT_OP_PIN_CODE_REPLY, index); in mgmt_pin_code_reply_complete() 1565 err = cmd_complete(cmd->sk, index, MGMT_OP_PIN_CODE_REPLY, &rp, in mgmt_pin_code_reply_complete()
|