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;
284 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free;
302 p_srvc_cb->p_free += sizeof(tBTA_GATTC_CACHE);
346 p_attr = (tBTA_GATTC_CACHE_ATTR *)p_srvc_cb->p_free;
373 p_srvc_cb->p_free += len;
    [all...]
bta_gattc_int.h 282 UINT8 *p_free; /* starting point to next available byte */ member in struct:__anon2516

Completed in 20 milliseconds