Home
last modified time | relevance | path

Searched refs:peer_ext_fea (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.cc769 STREAM_TO_UINT32(p_lcb->peer_ext_fea, p); in process_l2cap_cmd()
772 if (p_lcb->peer_ext_fea & L2CAP_EXTFEA_FIXED_CHNLS) { in process_l2cap_cmd()
Dl2c_api.cc1559 p_lcb->peer_ext_fea, p_lcb->peer_chnl_mask[0]); in L2CA_GetPeerFeatures()
1561 *p_ext_feat = p_lcb->peer_ext_fea; in L2CA_GetPeerFeatures()
Dl2c_int.h414 uint32_t peer_ext_fea; /* Peer's extended features mask */ member
Dl2c_fcr.cc1910 if (!(p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_ENH_RETRANS)) in l2c_fcr_chk_chan_modes()
1913 if (!(p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_STREAM_MODE)) in l2c_fcr_chk_chan_modes()
Dl2c_utils.cc2028 if (p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_NO_CRC) { in l2cu_process_our_cfg_req()