Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c50 MGMT_OP_SET_DISCOVERABLE,
973 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags()
1560 send_settings_rsp(cmd->sk, MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete()
1590 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1594 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1604 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1610 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1615 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable()
1617 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1623 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
/linux/include/net/bluetooth/
H A Dmgmt.h146 #define MGMT_OP_SET_DISCOVERABLE 0x0006 macro