Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dmgmt.h133 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro
/linux-4.1.27/net/bluetooth/
Dmgmt.c48 MGMT_OP_SET_CONNECTABLE,
965 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in get_connectable()
1800 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable()
1971 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_complete()
1993 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_complete()
2026 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings()
2052 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
2056 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
2067 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable()
2068 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable()
[all …]