Searched refs:sec_lvl (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | hidh_api.h | 207 uint8_t sec_lvl);
|
D | hidd_api.h | 102 extern tHID_STATUS HID_DevSetSecurityLevel(uint8_t sec_lvl);
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 464 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()
|
D | hidd_api.cc | 128 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()
|