Searched refs:p_free (Results 1 – 2 of 2) sorted by relevance
150 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()
325 UINT8 *p_free; /* starting point to next available byte */ member