Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dmgmt.c103 MGMT_OP_START_SERVICE_DISCOVERY,
5840 cmd = pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev); in mgmt_start_discovery_complete()
5886 cmd != pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev)) in start_discovery_complete()
6006 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6015 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6023 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6034 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6045 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6053 MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
6058 cmd = mgmt_pending_add(sk, MGMT_OP_START_SERVICE_DISCOVERY, in start_service_discovery()
[all …]
/linux-6.6.21/include/net/bluetooth/
Dmgmt.h512 #define MGMT_OP_START_SERVICE_DISCOVERY 0x003A macro