Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc422 p_cb->incoming_hid_handle); in bta_hh_sdp_cmpl()
423 HID_HostRemoveDev(p_cb->incoming_hid_handle); in bta_hh_sdp_cmpl()
439 p_cb->incoming_hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_sdp_cmpl()
600 p_cb->incoming_hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_open_cmpl_act()
632 p_cb->incoming_hid_handle = dev_handle; in bta_hh_open_act()
831 p_cb->incoming_hid_handle = BTA_HH_INVALID_HANDLE; in bta_hh_open_failure()
Dbta_hh_int.h205 uint8_t incoming_hid_handle; /* temporary handle for incoming connection? */ member