Searched refs:pending_find (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | mgmt.c | 851 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() function 870 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags() 894 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1170 if (pending_find(MGMT_OP_SET_POWERED, hdev)) { in set_powered() 1307 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete() 1371 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable() 1372 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1466 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1540 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_connectable() 1541 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable() [all …]
|