Searched refs:sec_lvl (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hidd_api.h | 114 extern tHID_STATUS HID_DevSetSecurityLevel(uint8_t sec_lvl);
|
D | hidh_api.h | 226 extern tHID_STATUS HID_HostSetSecurityLevel( char serv_name[], UINT8 sec_lvl );
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_api.c | 170 tHID_STATUS HID_DevSetSecurityLevel(uint8_t sec_lvl) in HID_DevSetSecurityLevel() argument 173 …if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, HID_PSM_CONTROL, BTM_… in HID_DevSetSecurityLevel() 178 …if (!BTM_SetSecurityLevel(TRUE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, HID_PSM_CONTROL, BTM_S… in HID_DevSetSecurityLevel()
|
D | hidh_api.c | 565 tHID_STATUS HID_HostSetSecurityLevel( char serv_name[], UINT8 sec_lvl ) in HID_HostSetSecurityLevel() argument 568 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_SEC_CHN)) { in HID_HostSetSecurityLevel() 574 sec_lvl, HID_PSM_CONTROL, BTM_SEC_PROTO_HID, HID_SEC_CHN)) { in HID_HostSetSecurityLevel()
|