Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c150 p_srvc_cb->p_free = (UINT8 *) p_buf; in bta_gattc_alloc_cache_buf()
314 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free; in bta_gattc_add_srvc_to_cache()
333 p_srvc_cb->p_free += sizeof(tBTA_GATTC_CACHE); in bta_gattc_add_srvc_to_cache()
377 p_attr = (tBTA_GATTC_CACHE_ATTR *)p_srvc_cb->p_free; in bta_gattc_add_attr_to_cache()
408 p_srvc_cb->p_free += len; in bta_gattc_add_attr_to_cache()
Dbta_gattc_int.h325 UINT8 *p_free; /* starting point to next available byte */ member