Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhidd_api.h114 extern tHID_STATUS HID_DevSetSecurityLevel(uint8_t sec_lvl);
Dhidh_api.h226 extern tHID_STATUS HID_HostSetSecurityLevel( char serv_name[], UINT8 sec_lvl );
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c170 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()
Dhidh_api.c565 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()