Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c105 p_tbl->state = AVDT_AD_ST_CFG; in avdt_sec_check_complete_term()
149 p_tbl->state = AVDT_AD_ST_CFG; in avdt_sec_check_complete_orig()
246 p_tbl->state = AVDT_AD_ST_CFG; in avdt_l2c_connect_ind_cback()
284 p_tbl->state = AVDT_AD_ST_CFG; in avdt_l2c_connect_cfm_cback()
339 if (p_tbl->state == AVDT_AD_ST_CFG) { in avdt_l2c_config_cfm_cback()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h353 #define AVDT_AD_ST_CFG 5 /* Waiting for configuration complete */ macro