Home
last modified time | relevance | path

Searched refs:sec_lvl (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dhidh_api.h207 uint8_t sec_lvl);
Dhidd_api.h102 extern tHID_STATUS HID_DevSetSecurityLevel(uint8_t sec_lvl);
/system/bt/stack/hid/
Dhidh_api.cc464 tHID_STATUS HID_HostSetSecurityLevel(const char serv_name[], uint8_t sec_lvl) { in HID_HostSetSecurityLevel() argument
466 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel()
473 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, in HID_HostSetSecurityLevel()
Dhidd_api.cc128 tHID_STATUS HID_DevSetSecurityLevel(uint8_t sec_lvl) { in HID_DevSetSecurityLevel() argument
131 if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, in HID_DevSetSecurityLevel()
137 if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, in HID_DevSetSecurityLevel()