Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cdefs.h234 #define L2CAP_CFG_FCS_BYPASS 0 /* Bypass the FCS in streaming or ERTM modes */ macro
/system/bt/stack/l2cap/
Dl2c_fcr.cc2274 if (p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.cc2029 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2cu_process_our_cfg_req()