Home
last modified time | relevance | path

Searched refs:HID_HostGetDev (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhidh_api.h151 extern tHID_STATUS HID_HostGetDev(BD_ADDR addr, UINT8 *handle);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c449 …if (HID_HostGetDev(((tBTA_HH_CBACK_DATA *)p_msg)->addr, &hdl) == HID_SUCCESS && hdl != BTA_HH_IDX_… in bta_hh_hdl_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c405 tHID_STATUS HID_HostGetDev(BD_ADDR addr, UINT8 *handle) in HID_HostGetDev() function