Searched refs:MGMT_OP_SET_LINK_SECURITY (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | mgmt.h | 139 #define MGMT_OP_SET_LINK_SECURITY 0x000A macro
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 51 MGMT_OP_SET_LINK_SECURITY, 2180 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 2184 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 2197 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 2207 if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) { in set_link_security() 2208 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security() 2216 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security() 2220 cmd = mgmt_pending_add(sk, MGMT_OP_SET_LINK_SECURITY, hdev, data, len); in set_link_security() 8010 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, in mgmt_auth_enable_complete() 8020 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, settings_rsp, in mgmt_auth_enable_complete()
|