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.c47 MGMT_OP_SET_DISCOVERABLE,
976 cmd = pending_find(MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_get_adv_discov_flags()
1563 send_settings_rsp(cmd->sk, MGMT_OP_SET_DISCOVERABLE, hdev); in mgmt_set_discoverable_complete()
1593 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1597 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1607 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1613 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1618 if (pending_find(MGMT_OP_SET_DISCOVERABLE, hdev) || in set_discoverable()
1620 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
1626 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DISCOVERABLE, in set_discoverable()
[all …]
/linux/include/net/bluetooth/
H A Dmgmt.h144 #define MGMT_OP_SET_DISCOVERABLE 0x0006 macro