Searched refs:pending_find (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/bluetooth/
H A Dmgmt.c939 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) function
951 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev);
975 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev);
1321 if (cmd != pending_find(MGMT_OP_SET_POWERED, hdev))
1384 if (pending_find(MGMT_OP_SET_POWERED, hdev)) {
1509 if (cmd != pending_find(MGMT_OP_SET_DISCOVERABLE, hdev))
1579 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
1580 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
1683 if (cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev))
1764 if (pending_find(MGMT_OP_SET_DISCOVERABL
[all...]

Completed in 113 milliseconds