Searched refs:mgmt_pending_find (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/net/bluetooth/ |
D | mgmt.c | 269 static struct pending_cmd *mgmt_pending_find(u16 opcode, int index) in mgmt_pending_find() function 322 if (mgmt_pending_find(MGMT_OP_SET_POWERED, index)) { in set_powered() 373 if (mgmt_pending_find(MGMT_OP_SET_DISCOVERABLE, index) || in set_discoverable() 374 mgmt_pending_find(MGMT_OP_SET_CONNECTABLE, index)) { in set_discoverable() 434 if (mgmt_pending_find(MGMT_OP_SET_DISCOVERABLE, index) || in set_connectable() 435 mgmt_pending_find(MGMT_OP_SET_CONNECTABLE, index)) { in set_connectable() 871 if (mgmt_pending_find(MGMT_OP_DISCONNECT, index)) { in disconnect() 1521 cmd = mgmt_pending_find(MGMT_OP_DISCONNECT, index); in mgmt_disconnect_failed() 1558 cmd = mgmt_pending_find(MGMT_OP_PIN_CODE_REPLY, index); in mgmt_pin_code_reply_complete() 1579 cmd = mgmt_pending_find(MGMT_OP_PIN_CODE_NEG_REPLY, index); in mgmt_pin_code_neg_reply_complete() [all …]
|