Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h342 #define MGMT_OP_STOP_DISCOVERY 0x0024 macro
/Linux-v4.19/net/bluetooth/
Dmgmt.c77 MGMT_OP_STOP_DISCOVERY,
4036 cmd = pending_find(MGMT_OP_STOP_DISCOVERY, hdev); in mgmt_stop_discovery_complete()
4057 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_STOP_DISCOVERY, in stop_discovery()
4064 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_STOP_DISCOVERY, in stop_discovery()
4070 cmd = mgmt_pending_add(sk, MGMT_OP_STOP_DISCOVERY, hdev, data, len); in stop_discovery()