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 67 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache)
70 tBTA_GATTC_CACHE *p_cur_srvc = p_cache;
237 static UINT8 bta_gattc_get_char_inst_id(tBTA_GATTC_CACHE *p_service_cache, tBT_UUID *p_uuid)
300 tBTA_GATTC_CACHE *p_new_srvc = NULL;
305 APPL_TRACE_DEBUG("free byte = %d, req %d bytes.", p_srvc_cb->free_byte, sizeof(tBTA_GATTC_CACHE))
308 if (p_srvc_cb->free_byte < sizeof(tBTA_GATTC_CACHE))
314 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free;
333 p_srvc_cb->p_free += sizeof(tBTA_GATTC_CACHE);
334 p_srvc_cb->free_byte -= sizeof(tBTA_GATTC_CACHE);
    [all...]
bta_gattc_int.h 278 } __attribute__((packed)) tBTA_GATTC_CACHE;
322 tBTA_GATTC_CACHE *p_srvc_cache;
323 tBTA_GATTC_CACHE *p_cur_srvc;

Completed in 550 milliseconds