Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c113 static void bta_gattc_display_explore_record(tBTA_GATTC_ATTR_REC *p_rec, UINT8 num_rec) in bta_gattc_display_explore_record()
116 tBTA_GATTC_ATTR_REC *pp = p_rec; in bta_gattc_display_explore_record()
182 … if ((p_srvc_cb->p_srvc_list = (tBTA_GATTC_ATTR_REC*)GKI_getbuf(BTA_GATTC_ATTR_LIST_SIZE)) == NULL) in bta_gattc_init_cache()
218 tBTA_GATTC_ATTR_REC *p_srvc_rec; in bta_gattc_get_srvc_inst_id()
438 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_get_disc_range()
575 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_srvc_idx; in bta_gattc_explore_srvc()
641 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_char_idx; in bta_gattc_char_disc_cmpl()
674 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_char_dscpt_disc_cmpl()
703 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_srvc_in_list()
742 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_add_srvc_to_list()
[all …]
Dbta_gattc_int.h289 }tBTA_GATTC_ATTR_REC; typedef
293 #define BTA_GATTC_ATTR_LIST_SIZE (BTA_GATTC_MAX_CACHE_CHAR * sizeof(tBTA_GATTC_ATTR_REC))
331 tBTA_GATTC_ATTR_REC *p_srvc_list;