Searched refs:serv_name (Results 1 – 2 of 2) sorted by relevance
/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 465 if (!BTM_SetSecurityLevel(false, serv_name, BTM_SEC_SERVICE_HIDH_SEC_CTRL, in HID_HostSetSecurityLevel() 472 if (!BTM_SetSecurityLevel(true, serv_name, BTM_SEC_SERVICE_HIDH_SEC_CTRL, in HID_HostSetSecurityLevel() 479 if (!BTM_SetSecurityLevel(false, serv_name, BTM_SEC_SERVICE_HIDH_NOSEC_CTRL, in HID_HostSetSecurityLevel() 486 if (!BTM_SetSecurityLevel(true, serv_name, BTM_SEC_SERVICE_HIDH_NOSEC_CTRL, in HID_HostSetSecurityLevel() 493 if (!BTM_SetSecurityLevel(true, serv_name, BTM_SEC_SERVICE_HIDH_INTR, in HID_HostSetSecurityLevel() 500 if (!BTM_SetSecurityLevel(false, serv_name, BTM_SEC_SERVICE_HIDH_INTR, in HID_HostSetSecurityLevel()
|
/system/bt/stack/include/ |
D | hidh_api.h | 206 extern tHID_STATUS HID_HostSetSecurityLevel(const char serv_name[],
|