Home
last modified time | relevance | path

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

/external/libnfc-nci/src/include/
Dbt_target.h279 #ifndef AVDT_DATA_POOL_SIZE
280 #define AVDT_DATA_POOL_SIZE GKI_BUF3_SIZE macro
/external/bluetooth/bluedroid/include/
Dbt_target.h539 #ifndef AVDT_DATA_POOL_SIZE
540 #define AVDT_DATA_POOL_SIZE GKI_BUF3_SIZE macro
/external/bluetooth/bluedroid/stack/avdt/
Davdt_scb_act.c2124 if(buf_size > AVDT_DATA_POOL_SIZE) in avdt_scb_queue_frags()
2125 buf_size = AVDT_DATA_POOL_SIZE; in avdt_scb_queue_frags()