Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ucd.c584 if (!(p_lcb->peer_ext_fea & L2CAP_EXTFEA_UCD_RECEPTION)) in l2c_ucd_connect()
681 if (!(p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_UCD_RECEPTION)) in l2c_ucd_check_pending_info_req()
691 … p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_UCD_RECEPTION); in l2c_ucd_check_pending_info_req()
Dl2c_main.c749 STREAM_TO_UINT32( p_lcb->peer_ext_fea, p ); in process_l2cap_cmd()
752 if (p_lcb->peer_ext_fea & L2CAP_EXTFEA_FIXED_CHNLS) in process_l2cap_cmd()
Dl2c_api.c1288 (bd_addr[4]<<8)+bd_addr[5], p_lcb->peer_ext_fea, p_lcb->peer_chnl_mask[0]); in L2CA_GetPeerFeatures()
1290 *p_ext_feat = p_lcb->peer_ext_fea; in L2CA_GetPeerFeatures()
Dl2c_int.h383 UINT32 peer_ext_fea; /* Peer's extended features mask */ member
Dl2c_fcr.c1802 if (!(p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_ENH_RETRANS)) in l2c_fcr_chk_chan_modes()
1805 if (!(p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_STREAM_MODE)) in l2c_fcr_chk_chan_modes()
Dl2c_utils.c2115 if (p_ccb->p_lcb->peer_ext_fea & L2CAP_EXTFEA_NO_CRC) in l2cu_process_our_cfg_req()