Searched refs:MGMT_OP_SET_CONNECTABLE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 151 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro
|
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 48 MGMT_OP_SET_CONNECTABLE, 996 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1615 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1729 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1754 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings() 1788 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1792 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1803 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable() 1804 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1809 cmd = mgmt_pending_add(sk, MGMT_OP_SET_CONNECTABLE, hde in set_connectable() [all...] |