Searched refs:AVDT_DATA_POOL_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/include/
H A Dbt_target.h636 #ifndef AVDT_DATA_POOL_SIZE
637 #define AVDT_DATA_POOL_SIZE GKI_BUF3_SIZE macro
2082 * Must be less than the number of buffers in the buffer pool of size AVDT_DATA_POOL_SIZE */
/external/libnfc-nci/src/include/
H A Dbt_target.h275 #ifndef AVDT_DATA_POOL_SIZE
276 #define AVDT_DATA_POOL_SIZE GKI_BUF3_SIZE macro
2006 * Must be less than the number of buffers in the buffer pool of size AVDT_DATA_POOL_SIZE */
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb_act.c2082 if(buf_size > AVDT_DATA_POOL_SIZE)
2083 buf_size = AVDT_DATA_POOL_SIZE;

Completed in 87 milliseconds