Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dmgmt.c103 MGMT_OP_START_SERVICE_DISCOVERY,
5832 cmd = pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev); in mgmt_start_discovery_complete()
5878 cmd != pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev)) in start_discovery_complete()
5998 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6007 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6015 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6026 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6037 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6045 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6050 cmd = mgmt_pending_add(sk, MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
[all …]
/linux-6.1.9/include/net/bluetooth/
Dmgmt.h508 #define MGMT_OP_START_SERVICE_DISCOVERY 0x003A macro