Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dmgmt.c49 MGMT_OP_SET_DISCOVERABLE,
911 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags()
1348 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete()
1365 send_settings_rsp(cmd->sk, MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete()
1387 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1391 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1401 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1407 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1412 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable()
1414 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
/Linux-v5.10/include/net/bluetooth/
Dmgmt.h134 #define MGMT_OP_SET_DISCOVERABLE 0x0006 macro