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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 66 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache)
69 tBTA_GATTC_CACHE *p_cur_srvc = p_cache;
236 static UINT8 bta_gattc_get_char_inst_id(tBTA_GATTC_CACHE *p_service_cache, tBT_UUID uuid)
270 tBTA_GATTC_CACHE *p_new_srvc = NULL;
275 APPL_TRACE_DEBUG2("free byte = %d, req %d bytes.", p_srvc_cb->free_byte, sizeof(tBTA_GATTC_CACHE))
278 if (p_srvc_cb->free_byte < sizeof(tBTA_GATTC_CACHE))
284 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free;
302 p_srvc_cb->p_free += sizeof(tBTA_GATTC_CACHE);
303 p_srvc_cb->free_byte -= sizeof(tBTA_GATTC_CACHE);
    [all...]
bta_gattc_int.h 235 } __attribute__((packed)) tBTA_GATTC_CACHE;
279 tBTA_GATTC_CACHE *p_srvc_cache;
280 tBTA_GATTC_CACHE *p_cur_srvc;

Completed in 21 milliseconds