Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h208 #define L2CAP_CFG_FCS_BYPASS 0 /* Bypass the FCS in streaming or ERTM modes */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c2073 if ( p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) { in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.c2160 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) { in l2cu_process_our_cfg_req()