HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTC_ATTR_REC (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/gatt/
bta_gattc_cache.c 134 static void bta_gattc_display_explore_record(tBTA_GATTC_ATTR_REC *p_rec, UINT8 num_rec)
137 tBTA_GATTC_ATTR_REC *pp = p_rec;
169 (tBTA_GATTC_ATTR_REC *)osi_malloc(BTA_GATTC_ATTR_LIST_SIZE);
343 tBTA_GATTC_ATTR_REC *p_rec = NULL;
480 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_srvc_idx;
549 tBTA_GATTC_ATTR_REC *p_rec = p_srvc_cb->p_srvc_list + p_srvc_cb->cur_char_idx;
582 tBTA_GATTC_ATTR_REC *p_rec = NULL;
611 tBTA_GATTC_ATTR_REC *p_rec = NULL;
650 tBTA_GATTC_ATTR_REC *p_rec = NULL;
689 tBTA_GATTC_ATTR_REC *p_rec = NULL
    [all...]
bta_gattc_int.h 247 }tBTA_GATTC_ATTR_REC;
251 #define BTA_GATTC_ATTR_LIST_SIZE (BTA_GATTC_MAX_CACHE_CHAR * sizeof(tBTA_GATTC_ATTR_REC))
285 tBTA_GATTC_ATTR_REC *p_srvc_list;

Completed in 47 milliseconds