Searched refs:pending_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 895 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() function 914 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags() 938 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1214 if (pending_find(MGMT_OP_SET_POWERED, hdev)) { in set_powered() 1351 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete() 1415 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable() 1416 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1516 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1590 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_connectable() 1591 pending_find(MGMT_OP_SET_CONNECTABL in set_connectable() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 951 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find() function 963 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags() 987 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1333 if (cmd != pending_find(MGMT_OP_SET_POWERED, hdev)) in mgmt_set_powered_complete() 1388 if (pending_find(MGMT_OP_SET_POWERED, hdev)) { in set_powered() 1513 if (cmd != pending_find(MGMT_OP_SET_DISCOVERABLE, hdev)) in mgmt_set_discoverable_complete() 1583 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable() 1584 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1687 if (cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) in mgmt_set_connectable_complete() 1769 if (pending_find(MGMT_OP_SET_DISCOVERABL in set_connectable() [all...] |
Completed in 12 milliseconds