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

/external/bluetooth/bluedroid/include/
H A Dbt_target.h539 #ifndef AVDT_DATA_POOL_SIZE
540 #define AVDT_DATA_POOL_SIZE GKI_BUF3_SIZE macro
2070 * 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.h279 #ifndef AVDT_DATA_POOL_SIZE
280 #define AVDT_DATA_POOL_SIZE GKI_BUF3_SIZE macro
1936 * 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.c2124 if(buf_size > AVDT_DATA_POOL_SIZE)
2125 buf_size = AVDT_DATA_POOL_SIZE;

Completed in 1089 milliseconds