OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVCT_ALOC_BCB
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/avct/
avct_api.c
252
if ((p_ccb->allocated &
AVCT_ALOC_BCB
) == 0)
254
p_ccb->allocated |=
AVCT_ALOC_BCB
;
444
if (p_ccb->p_bcb == NULL && (p_ccb->allocated &
AVCT_ALOC_BCB
) == 0)
avct_int.h
102
#define
AVCT_ALOC_BCB
0x02
Completed in 2719 milliseconds