Home
last modified time | relevance | path

Searched refs:AVDT_L2C_CFG_CONN_ACP (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c365 if (p_tbl->cfg_flags & AVDT_L2C_CFG_CONN_ACP) { in avdt_ad_tc_open_ind()
Davdt_l2c.c197 p_tbl->cfg_flags = AVDT_L2C_CFG_CONN_ACP; in avdt_l2c_connect_ind_cback()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h362 #define AVDT_L2C_CFG_CONN_ACP (1<<3) macro