Searched defs:p_dev_cb (Results 1 – 2 of 2) sorted by relevance
460 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id() local480 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_bda() local701 void bta_hh_le_save_rpt_ref(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_LE_RPT *p_rpt, in bta_hh_le_save_rpt_ref()754 void bta_hh_le_save_ext_rpt_ref(tBTA_HH_DEV_CB *p_dev_cb, in bta_hh_le_save_ext_rpt_ref()781 void bta_hh_le_register_input_notif(tBTA_HH_DEV_CB *p_dev_cb, UINT8 proto_mode, BOOLEAN register_ba) in bta_hh_le_register_input_notif()1091 tBTA_HH_DEV_CB *p_dev_cb; in bta_hh_le_encrypt_cback() local1326 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->remote_bda); in bta_hh_le_close() local1373 void process_included(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_SERVICE *service) { in process_included()1421 static void bta_hh_le_search_hid_chars(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_SERVICE *service) in bta_hh_le_search_hid_chars()1509 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_data->conn_id); in bta_hh_le_srvc_search_cmpl() local[all …]
235 static btif_gattc_dev_cb_t *p_dev_cb = &btif_gattc_dev_cb; variable