Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_act.c486 p_cb->incoming_hid_handle); in bta_hh_sdp_cmpl()
487 HID_HostRemoveDev( p_cb->incoming_hid_handle); in bta_hh_sdp_cmpl()
606 p_cb->incoming_hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_open_cmpl_act()
641 p_cb->incoming_hid_handle = dev_handle; in bta_hh_open_act()
854 p_cb->incoming_hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_open_failure()
Dbta_hh_int.h250 UINT8 incoming_hid_handle; /* temporary handle for incoming connection? */ member