Searched refs:peer_cfg_bits (Results 1 – 5 of 5) sorted by relevance
2690 tL2CAP_CH_CFG_BITS peer_cfg_bits; in bta_hl_get_l2cap_cfg() local2695 &peer_cfg_bits)) in bta_hl_get_l2cap_cfg()2709 if (peer_cfg_bits & L2CAP_CH_CFG_MASK_FCS) in bta_hl_get_l2cap_cfg()2720 if (peer_cfg_bits & L2CAP_CH_CFG_MASK_MTU) in bta_hl_get_l2cap_cfg()
1525 p_ccb->peer_cfg_bits = 0; in l2cu_allocate_ccb()1923 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in l2cu_process_peer_cfg_req()1950 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FLUSH_TO; in l2cu_process_peer_cfg_req()1970 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in l2cu_process_peer_cfg_req()
311 tL2CAP_CH_CFG_BITS peer_cfg_bits; /* Store what peer wants to configure */ member
2225 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in l2c_fcr_process_peer_cfg_req()2260 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in l2c_fcr_process_peer_cfg_req()
1669 *p_peer_cfg_bits = p_ccb->peer_cfg_bits; in L2CA_GetCurrentConfig()