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

/linux-master/net/bluetooth/
H A Dmgmt.c951 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) function
963 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev);
987 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev);
1333 if (cmd != pending_find(MGMT_OP_SET_POWERED, hdev))
1396 if (pending_find(MGMT_OP_SET_POWERED, hdev)) {
1521 if (cmd != pending_find(MGMT_OP_SET_DISCOVERABLE, hdev))
1591 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
1592 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
1695 if (cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev))
1776 if (pending_find(MGMT_OP_SET_DISCOVERABL
[all...]

Completed in 135 milliseconds