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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 144 p_srvc_cb->free_byte = 0;
150 p_srvc_cb->free_byte = GKI_get_buf_size(p_buf);
156 APPL_TRACE_DEBUG1("allocating new buffer: free byte = %d", p_srvc_cb->free_byte);
275 APPL_TRACE_DEBUG2("free byte = %d, req %d bytes.", p_srvc_cb->free_byte, sizeof(tBTA_GATTC_CACHE))
278 if (p_srvc_cb->free_byte < sizeof(tBTA_GATTC_CACHE))
303 p_srvc_cb->free_byte -= sizeof(tBTA_GATTC_CACHE);
331 APPL_TRACE_DEBUG2("free byte = %d, req %d bytes.", p_srvc_cb->free_byte, len);
340 if (p_srvc_cb->free_byte < len)
374 p_srvc_cb->free_byte -= len;
    [all...]
bta_gattc_int.h 283 UINT16 free_byte; /* number of available bytes in server cache buffer */ member in struct:__anon2518

Completed in 180 milliseconds