Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc393 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl() local
399 memset((void*)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
400 conn_dat.handle = p_cb->hid_handle; in bta_hh_sdp_cmpl()
401 conn_dat.bda = p_cb->addr; in bta_hh_sdp_cmpl()
445 conn_dat.status = status; in bta_hh_sdp_cmpl()
446 (*bta_hh_cb.p_cback)(BTA_HH_OPEN_EVT, (tBTA_HH*)&conn_dat); in bta_hh_sdp_cmpl()
773 tBTA_HH_CONN conn_dat; in bta_hh_open_failure() local
776 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
777 conn_dat.handle = p_cb->hid_handle; in bta_hh_open_failure()
778 conn_dat.status = in bta_hh_open_failure()
[all …]