Searched refs:MGMT_OP_STOP_DISCOVERY (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/net/bluetooth/ |
D | mgmt.h | 349 #define MGMT_OP_STOP_DISCOVERY 0x0024 macro
|
/Linux-v6.1/net/bluetooth/ |
D | mgmt.c | 81 MGMT_OP_STOP_DISCOVERY, 6102 cmd = pending_find(MGMT_OP_STOP_DISCOVERY, hdev); in mgmt_stop_discovery_complete() 6115 if (cmd != pending_find(MGMT_OP_STOP_DISCOVERY, hdev)) in stop_discovery_complete() 6145 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_STOP_DISCOVERY, in stop_discovery() 6152 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_STOP_DISCOVERY, in stop_discovery() 6158 cmd = mgmt_pending_add(sk, MGMT_OP_STOP_DISCOVERY, hdev, data, len); in stop_discovery()
|