Searched refs:peer_cfg_bits (Results 1 – 4 of 4) sorted by relevance
1429 p_ccb->peer_cfg_bits = 0; in l2cu_allocate_ccb()1869 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in l2cu_process_peer_cfg_req()1891 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FLUSH_TO; in l2cu_process_peer_cfg_req()1908 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in l2cu_process_peer_cfg_req()
309 tL2CAP_CH_CFG_BITS peer_cfg_bits; /* Store what peer wants to configure */ member
2299 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in l2c_fcr_process_peer_cfg_req()2333 if (p_cfg->fcr_present) p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in l2c_fcr_process_peer_cfg_req()
2023 *p_peer_cfg_bits = p_ccb->peer_cfg_bits; in L2CA_GetCurrentConfig()