Home
last modified time | relevance | path

Searched refs:incoming_hid_handle (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c452 p_cb->incoming_hid_handle); in bta_hh_sdp_cmpl()
453 HID_HostRemoveDev( p_cb->incoming_hid_handle); in bta_hh_sdp_cmpl()
568 p_cb->incoming_hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_open_cmpl_act()
601 p_cb->incoming_hid_handle = dev_handle; in bta_hh_open_act()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h243 UINT8 incoming_hid_handle; /* temporary handle for incoming connection? */ member