Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dmgmt.h354 #define MGMT_OP_STOP_DISCOVERY 0x0024 macro
/linux-6.15/net/bluetooth/
H A Dmgmt.c80 MGMT_OP_STOP_DISCOVERY,
6009 cmd != pending_find(MGMT_OP_STOP_DISCOVERY, hdev)) in stop_discovery_complete()
6039 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_STOP_DISCOVERY, in stop_discovery()
6046 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_STOP_DISCOVERY, in stop_discovery()
6052 cmd = mgmt_pending_add(sk, MGMT_OP_STOP_DISCOVERY, hdev, data, len); in stop_discovery()