Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c70 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache) in bta_gattc_display_cache_server()
73 tBTA_GATTC_CACHE *p_cur_srvc = p_cache; in bta_gattc_display_cache_server()
240 static UINT8 bta_gattc_get_char_inst_id(tBTA_GATTC_CACHE *p_service_cache, tBT_UUID *p_uuid) in bta_gattc_get_char_inst_id()
303 tBTA_GATTC_CACHE *p_new_srvc = NULL; in bta_gattc_add_srvc_to_cache()
308 … APPL_TRACE_DEBUG("free byte = %d, req %d bytes.", p_srvc_cb->free_byte, sizeof(tBTA_GATTC_CACHE)) in bta_gattc_add_srvc_to_cache()
311 if (p_srvc_cb->free_byte < sizeof(tBTA_GATTC_CACHE)) in bta_gattc_add_srvc_to_cache()
317 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free; in bta_gattc_add_srvc_to_cache()
336 p_srvc_cb->p_free += sizeof(tBTA_GATTC_CACHE); in bta_gattc_add_srvc_to_cache()
337 p_srvc_cb->free_byte -= sizeof(tBTA_GATTC_CACHE); in bta_gattc_add_srvc_to_cache()
1069 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_id2handle()
[all …]
Dbta_gattc_int.h278 } __attribute__((packed)) tBTA_GATTC_CACHE; typedef
322 tBTA_GATTC_CACHE *p_srvc_cache;
323 tBTA_GATTC_CACHE *p_cur_srvc;