Home
last modified time | relevance | path

Searched refs:L2CAP_DEFAULT_FLUSH_TO (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h217 #define L2CAP_DEFAULT_FLUSH_TO L2CAP_NO_AUTOMATIC_FLUSH macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c520 p_tbl->my_flush_to = L2CAP_DEFAULT_FLUSH_TO; in avdt_ad_open_req()
Davdt_l2c.c192 p_tbl->my_flush_to = L2CAP_DEFAULT_FLUSH_TO; in avdt_l2c_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c643 cs.flush_to = L2CAP_DEFAULT_FLUSH_TO; in bta_av_api_register()
Dbta_av_aact.c2062 L2CA_SetFlushTimeout(p_scb->peer_addr, L2CAP_DEFAULT_FLUSH_TO); in bta_av_str_stopped()
2604 L2CA_SetFlushTimeout(p_scb->peer_addr, L2CAP_DEFAULT_FLUSH_TO); in bta_av_suspend_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1533 …cb->our_cfg.flush_to = p_ccb->peer_cfg.flush_to = L2CAP_DEFAULT_FLUSH_TO; in l2cu_allocate_ccb()