Home
last modified time | relevance | path

Searched refs:MGMT_OP_SET_LINK_SECURITY (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/net/bluetooth/ !
Dmgmt.h151 #define MGMT_OP_SET_LINK_SECURITY 0x000A macro
/linux-6.6.21/net/bluetooth/ !
Dmgmt.c55 MGMT_OP_SET_LINK_SECURITY,
1857 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security()
1861 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security()
1874 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security()
1884 if (pending_find(MGMT_OP_SET_LINK_SECURITY, hdev)) { in set_link_security()
1885 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_LINK_SECURITY, in set_link_security()
1893 err = send_settings_rsp(sk, MGMT_OP_SET_LINK_SECURITY, hdev); in set_link_security()
1897 cmd = mgmt_pending_add(sk, MGMT_OP_SET_LINK_SECURITY, hdev, data, len); in set_link_security()
10004 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, in mgmt_auth_enable_complete()
10014 mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, settings_rsp, in mgmt_auth_enable_complete()