OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVDT_L2C_CFG_IND_DONE
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c
363
if (p_tbl->cfg_flags &
AVDT_L2C_CFG_IND_DONE
)
412
if ((p_tbl->cfg_flags &
AVDT_L2C_CFG_IND_DONE
) == 0)
415
p_tbl->cfg_flags |=
AVDT_L2C_CFG_IND_DONE
;
avdt_int.h
361
#define
AVDT_L2C_CFG_IND_DONE
(1<<0)
Completed in 284 milliseconds