Searched refs:pending_find (Results 1 – 1 of 1) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 961 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() function 973 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags() 997 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1419 if (pending_find(MGMT_OP_SET_POWERED, hdev)) { in set_powered() 1615 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable() 1616 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1803 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_connectable() 1804 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable() 1915 if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) { in set_link_security() 2062 if (pending_find(MGMT_OP_SET_SSP, hdev)) { in set_ssp() [all …]
|