Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dmgmt.c52 MGMT_OP_SET_CONNECTABLE,
974 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable()
1561 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable()
1664 if (cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) in mgmt_set_connectable_complete()
1675 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete()
1701 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings()
1732 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
1736 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
1747 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable()
1748 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
[all …]
/Linux-v6.1/include/net/bluetooth/
Dmgmt.h141 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro