Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dmgmt.c47 MGMT_OP_SET_DISCOVERABLE,
870 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags()
1307 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete()
1324 send_settings_rsp(cmd->sk, MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete()
1346 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1350 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1360 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1366 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1371 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable()
1373 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
/Linux-v4.19/include/net/bluetooth/
Dmgmt.h127 #define MGMT_OP_SET_DISCOVERABLE 0x0006 macro