Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c346 if (p_tbl->cfg_flags & AVDT_L2C_CFG_IND_DONE) { in avdt_l2c_config_cfm_cback()
389 if ((p_tbl->cfg_flags & AVDT_L2C_CFG_IND_DONE) == 0) { in avdt_l2c_config_ind_cback()
391 p_tbl->cfg_flags |= AVDT_L2C_CFG_IND_DONE; in avdt_l2c_config_ind_cback()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h359 #define AVDT_L2C_CFG_IND_DONE (1<<0) macro