Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.cc274 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id() local
276 for (i = 0; i < BTA_HH_MAX_DEVICE; i++, p_dev_cb++) { in bta_hh_le_find_dev_cb_by_conn_id()
277 if (p_dev_cb->in_use && p_dev_cb->conn_id == conn_id) return p_dev_cb; in bta_hh_le_find_dev_cb_by_conn_id()
291 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda() local
293 for (i = 0; i < BTA_HH_MAX_DEVICE; i++, p_dev_cb++) { in bta_hh_le_find_dev_cb_by_bda()
294 if (p_dev_cb->in_use && p_dev_cb->addr == bda) return p_dev_cb; in bta_hh_le_find_dev_cb_by_bda()
485 static void bta_hh_le_save_report_ref(tBTA_HH_DEV_CB* p_dev_cb, in bta_hh_le_save_report_ref() argument
491 p_dev_cb->status = BTA_HH_ERR_AUTH_FAILED; in bta_hh_le_save_report_ref()
493 bta_hh_le_api_disc_act(p_dev_cb); in bta_hh_le_save_report_ref()
515 bta_hh_le_co_rpt_info(p_dev_cb->addr, &rpt_entry, p_dev_cb->app_id); in bta_hh_le_save_report_ref()
[all …]