Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c121 if (!avct_l2c_is_passive (p_lcb) || (p_lcb->ch_state == AVCT_CH_OPEN)) { in avct_l2c_connect_ind_cback()
243 p_lcb->ch_state = AVCT_CH_OPEN; in avct_l2c_config_cfm_cback()
297 p_lcb->ch_state = AVCT_CH_OPEN; in avct_l2c_config_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h53 #define AVCT_CH_OPEN 3 /* Channel opened */ macro