Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2cdefs.h258 #define L2CAP_EXTFEA_NO_CRC 0x00000020 /* Optional FCS (if set No FCS desired) */ macro
/system/bt/include/
Dbt_target.h42 …PORTED_MASK (L2CAP_EXTFEA_ENH_RETRANS | L2CAP_EXTFEA_STREAM_MODE | L2CAP_EXTFEA_NO_CRC | L2CAP_EXT…
/system/bt/stack/l2cap/
Dl2c_utils.c1144 L2CAP_EXTFEA_NO_CRC | L2CAP_EXTFEA_EXT_FLOW_SPEC | in l2cu_send_peer_info_rsp()
1150 L2CAP_EXTFEA_NO_CRC |L2CAP_EXTFEA_FIXED_CHNLS | in l2cu_send_peer_info_rsp()
2171 if (p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_NO_CRC) in l2cu_process_our_cfg_req()