Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dmgmt.h153 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro
/linux/net/bluetooth/
H A Dmgmt.c51 MGMT_OP_SET_CONNECTABLE,
997 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable()
1616 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable()
1730 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete()
1755 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings()
1789 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
1793 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
1804 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable()
1805 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
1810 cmd = mgmt_pending_add(sk, MGMT_OP_SET_CONNECTABLE, hdev, data, len); in set_connectable()