Searched refs:MGMT_OP_SET_LINK_SECURITY (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 53 MGMT_OP_SET_LINK_SECURITY, 1677 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1681 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1694 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 1704 if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) { in set_link_security() 1705 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1713 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 1717 cmd = mgmt_pending_add(sk, MGMT_OP_SET_LINK_SECURITY, hdev, data, len); in set_link_security() 8518 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, in mgmt_auth_enable_complete() 8528 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hde in mgmt_auth_enable_complete() [all...] |
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 147 #define MGMT_OP_SET_LINK_SECURITY 0x000A macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 151 #define MGMT_OP_SET_LINK_SECURITY 0x000A macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 55 MGMT_OP_SET_LINK_SECURITY, 1854 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1858 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1871 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 1881 if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) { in set_link_security() 1882 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1890 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 1894 cmd = mgmt_pending_add(sk, MGMT_OP_SET_LINK_SECURITY, hdev, data, len); in set_link_security() 9923 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, in mgmt_auth_enable_complete() 9933 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hde in mgmt_auth_enable_complete() [all...] |
Completed in 25 milliseconds