Searched refs:MGMT_OP_SET_LINK_SECURITY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 55 MGMT_OP_SET_LINK_SECURITY, 1856 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1860 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1873 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 1883 if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) { in set_link_security() 1884 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 1892 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 1896 cmd = mgmt_pending_add(sk, MGMT_OP_SET_LINK_SECURITY, hdev, data, len); in set_link_security() 9970 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, in mgmt_auth_enable_complete() 9980 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, settings_rsp, in mgmt_auth_enable_complete()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | mgmt.h | 151 #define MGMT_OP_SET_LINK_SECURITY 0x000A macro
|