Searched refs:tBTA_GATTC_ATTR_REC (Results 1 – 2 of 2) sorted by relevance
109 static void bta_gattc_display_explore_record(tBTA_GATTC_ATTR_REC *p_rec, UINT8 num_rec) in bta_gattc_display_explore_record()112 tBTA_GATTC_ATTR_REC *pp = p_rec; in bta_gattc_display_explore_record()178 … if ((p_srvc_cb->p_srvc_list = (tBTA_GATTC_ATTR_REC*)GKI_getbuf(BTA_GATTC_ATTR_LIST_SIZE)) == NULL) in bta_gattc_init_cache()214 tBTA_GATTC_ATTR_REC *p_srvc_rec; in bta_gattc_get_srvc_inst_id()402 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_get_disc_range()543 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_srvc_idx; in bta_gattc_explore_srvc()610 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_char_idx; in bta_gattc_char_disc_cmpl()645 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_char_dscpt_disc_cmpl()674 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_srvc_in_list()712 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_add_srvc_to_list()[all …]
243 }tBTA_GATTC_ATTR_REC; typedef247 #define BTA_GATTC_ATTR_LIST_SIZE (BTA_GATTC_MAX_CACHE_CHAR * sizeof(tBTA_GATTC_ATTR_REC))283 tBTA_GATTC_ATTR_REC *p_srvc_list;