Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h182 #define L2CAP_CFG_FCS_BYPASS 0 /* Bypass the FCS in streaming or ERTM modes */ macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c2226 if( p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.c2103 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2cu_process_our_cfg_req()