Home
last modified time | relevance | path

Searched refs:AVCT_ALOC_BCB (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c247 if ((p_ccb->allocated & AVCT_ALOC_BCB) == 0) { in AVCT_CreateBrowse()
248 p_ccb->allocated |= AVCT_ALOC_BCB; in AVCT_CreateBrowse()
425 if (p_ccb->p_bcb == NULL && (p_ccb->allocated & AVCT_ALOC_BCB) == 0) { in AVCT_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h102 #define AVCT_ALOC_BCB 0x02 macro