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.cc293 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id() local
295 for (i = 0; i < BTA_HH_MAX_DEVICE; i++, p_dev_cb++) { in bta_hh_le_find_dev_cb_by_conn_id()
296 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()
310 tBTA_HH_DEV_CB* p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda() local
312 for (i = 0; i < BTA_HH_MAX_DEVICE; i++, p_dev_cb++) { in bta_hh_le_find_dev_cb_by_bda()
313 if (p_dev_cb->in_use && p_dev_cb->addr == bda) return p_dev_cb; in bta_hh_le_find_dev_cb_by_bda()
506 void bta_hh_le_save_report_ref(tBTA_HH_DEV_CB* p_dev_cb, tBTA_HH_LE_RPT* p_rpt, in bta_hh_le_save_report_ref() argument
511 p_dev_cb->status = BTA_HH_ERR_AUTH_FAILED; in bta_hh_le_save_report_ref()
513 bta_hh_le_api_disc_act(p_dev_cb); in bta_hh_le_save_report_ref()
537 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 …]