Symbol: pending_find
net/bluetooth/mgmt.c
10016
cmd = pending_find(MGMT_OP_PIN_CODE_REPLY, hdev);
net/bluetooth/mgmt.c
10029
cmd = pending_find(MGMT_OP_PIN_CODE_NEG_REPLY, hdev);
net/bluetooth/mgmt.c
10074
cmd = pending_find(opcode, hdev);
net/bluetooth/mgmt.c
10222
cmd = pending_find(MGMT_OP_SET_LOCAL_NAME, hdev);
net/bluetooth/mgmt.c
10232
if (pending_find(MGMT_OP_SET_POWERED, hdev))
net/bluetooth/mgmt.c
1416
if (pending_find(MGMT_OP_SET_POWERED, hdev)) {
net/bluetooth/mgmt.c
1612
if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
net/bluetooth/mgmt.c
1613
pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
net/bluetooth/mgmt.c
1800
if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) ||
net/bluetooth/mgmt.c
1801
pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) {
net/bluetooth/mgmt.c
1912
if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) {
net/bluetooth/mgmt.c
2061
if (pending_find(MGMT_OP_SET_SSP, hdev)) {
net/bluetooth/mgmt.c
2604
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
2605
pending_find(MGMT_OP_SET_ADVERTISING, hdev)) {
net/bluetooth/mgmt.c
3765
cmd = pending_find(MGMT_OP_PAIR_DEVICE, hdev);
net/bluetooth/mgmt.c
4279
if (pending_find(MGMT_OP_SET_PHY_CONFIGURATION, hdev)) {
net/bluetooth/mgmt.c
5438
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
5439
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR, hdev) ||
net/bluetooth/mgmt.c
5440
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR_RSSI, hdev)) {
net/bluetooth/mgmt.c
5653
if (pending_find(MGMT_OP_SET_LE, hdev) ||
net/bluetooth/mgmt.c
5654
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR, hdev) ||
net/bluetooth/mgmt.c
5655
pending_find(MGMT_OP_ADD_ADV_PATTERNS_MONITOR_RSSI, hdev)) {
net/bluetooth/mgmt.c
6602
if (pending_find(MGMT_OP_SET_ADVERTISING, hdev) ||
net/bluetooth/mgmt.c
6603
pending_find(MGMT_OP_SET_LE, hdev)) {
net/bluetooth/mgmt.c
8748
return pending_find(MGMT_OP_SET_LE, hdev);
net/bluetooth/mgmt.c
9347
if (pending_find(MGMT_OP_SET_LE, hdev)) {
net/bluetooth/mgmt.c
9669
cmd = pending_find(MGMT_OP_SET_POWERED, hdev);
net/bluetooth/mgmt.c
970
cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev);
net/bluetooth/mgmt.c
9900
cmd = pending_find(MGMT_OP_SET_POWERED, hdev);
net/bluetooth/mgmt.c
994
cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev);
net/bluetooth/mgmt.c
9966
cmd = pending_find(MGMT_OP_DISCONNECT, hdev);