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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 249 #define BTA_GATTC_MAX_CACHE_CHAR 40
250 #define BTA_GATTC_ATTR_LIST_SIZE (BTA_GATTC_MAX_CACHE_CHAR * sizeof(tBTA_GATTC_ATTR_REC))
bta_gattc_cache.c 704 if (p_srvc_cb->p_srvc_list && p_srvc_cb->next_avail_idx < BTA_GATTC_MAX_CACHE_CHAR)
751 else if (p_srvc_cb->next_avail_idx < BTA_GATTC_MAX_CACHE_CHAR)
    [all...]

Completed in 22 milliseconds