Home
last modified time | relevance | path

Searched refs:MGMT_OP_START_SERVICE_DISCOVERY (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dmgmt.c103 MGMT_OP_START_SERVICE_DISCOVERY,
5839 cmd = pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev); in mgmt_start_discovery_complete()
5885 cmd != pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev)) in start_discovery_complete()
6005 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6014 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6022 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6033 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6044 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6052 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6057 cmd = mgmt_pending_add(sk, MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
[all …]
/Linux-v6.6/include/net/bluetooth/
Dmgmt.h512 #define MGMT_OP_START_SERVICE_DISCOVERY 0x003A macro