Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c148 static void bta_gattc_display_explore_record(tBTA_GATTC_ATTR_REC *p_rec, UINT8 num_rec) in bta_gattc_display_explore_record()
151 tBTA_GATTC_ATTR_REC *pp = p_rec; in bta_gattc_display_explore_record()
183 …if ((p_srvc_cb->p_srvc_list = (tBTA_GATTC_ATTR_REC *)osi_malloc(BTA_GATTC_ATTR_LIST_SIZE)) == NULL… in bta_gattc_init_cache()
429 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_get_disc_range()
586 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_srvc_idx; in bta_gattc_explore_srvc()
669 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_char_idx; in bta_gattc_char_disc_cmpl()
699 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_char_dscpt_disc_cmpl()
731 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_srvc_in_list()
765 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_add_srvc_to_list()
802 tBTA_GATTC_ATTR_REC *p_rec = NULL; in bta_gattc_add_char_to_list()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h296 } tBTA_GATTC_ATTR_REC; typedef
299 #define BTA_GATTC_ATTR_LIST_SIZE (BTA_GATTC_MAX_CACHE_CHAR * sizeof(tBTA_GATTC_ATTR_REC))
331 tBTA_GATTC_ATTR_REC *p_srvc_list;