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.cc367 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl() local
373 memset((void*)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
374 conn_dat.handle = p_cb->hid_handle; in bta_hh_sdp_cmpl()
375 conn_dat.bda = p_cb->addr; in bta_hh_sdp_cmpl()
419 conn_dat.status = status; in bta_hh_sdp_cmpl()
420 (*bta_hh_cb.p_cback)(BTA_HH_OPEN_EVT, (tBTA_HH*)&conn_dat); in bta_hh_sdp_cmpl()
858 tBTA_HH_CONN conn_dat; in bta_hh_open_failure() local
861 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
862 conn_dat.handle = p_cb->hid_handle; in bta_hh_open_failure()
863 conn_dat.status = in bta_hh_open_failure()
[all …]