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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 149 p_srvc_cb->p_free = (UINT8 *) p_buf;
313 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free;
332 p_srvc_cb->p_free += sizeof(tBTA_GATTC_CACHE);
376 p_attr = (tBTA_GATTC_CACHE_ATTR *)p_srvc_cb->p_free;
407 p_srvc_cb->p_free += len;
    [all...]
bta_gattc_int.h 314 UINT8 *p_free; /* starting point to next available byte */ member in struct:__anon2957

Completed in 33 milliseconds