Home
last modified time | relevance | path

Searched refs:AVDT_NUM_LINKS (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb.c285 memset(&avdt_cb.ccb[0], 0, sizeof(tAVDT_CCB) * AVDT_NUM_LINKS); in avdt_ccb_init()
343 for (i = 0; i < AVDT_NUM_LINKS; i++, p_ccb++) { in avdt_ccb_by_bd()
350 if (i == AVDT_NUM_LINKS) { in avdt_ccb_by_bd()
375 for (i = 0; i < AVDT_NUM_LINKS; i++, p_ccb++) { in avdt_ccb_alloc()
387 if (i == AVDT_NUM_LINKS) { in avdt_ccb_alloc()
447 if (idx < AVDT_NUM_LINKS) { in avdt_ccb_by_idx()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h546 tAVDT_RT_TBL rt_tbl[AVDT_NUM_LINKS][AVDT_NUM_RT_TBL];
554 tAVDT_CCB ccb[AVDT_NUM_LINKS]; /* channel control blocks */
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1897 #ifndef AVDT_NUM_LINKS
1898 #define AVDT_NUM_LINKS 2 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h150 #define BTA_AV_NUM_LINKS AVDT_NUM_LINKS