Searched refs:MGMT_OP_SET_CONNECTABLE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 50 MGMT_OP_SET_CONNECTABLE, 938 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1416 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1516 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1526 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1552 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings() 1576 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1580 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1591 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable() 1592 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 52 MGMT_OP_SET_CONNECTABLE, 987 cmd = pending_find(MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_get_connectable() 1584 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_discoverable() 1687 if (cmd != pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) in mgmt_set_connectable_complete() 1698 send_settings_rsp(cmd->sk, MGMT_OP_SET_CONNECTABLE, hdev); in mgmt_set_connectable_complete() 1724 err = send_settings_rsp(sk, MGMT_OP_SET_CONNECTABLE, hdev); in set_connectable_update_settings() 1755 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1759 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() 1770 pending_find(MGMT_OP_SET_CONNECTABLE, hdev)) { in set_connectable() 1771 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_CONNECTABLE, in set_connectable() [all...] |
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 141 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 145 #define MGMT_OP_SET_CONNECTABLE 0x0007 macro
|
Completed in 18 milliseconds