Searched refs:peer_cfg_bits (Results 1 – 5 of 5) sorted by relevance
2646 tL2CAP_CH_CFG_BITS peer_cfg_bits; in bta_hl_get_l2cap_cfg() local2651 &peer_cfg_bits)) in bta_hl_get_l2cap_cfg()2665 if (peer_cfg_bits & L2CAP_CH_CFG_MASK_FCS) in bta_hl_get_l2cap_cfg()2676 if (peer_cfg_bits & L2CAP_CH_CFG_MASK_MTU) in bta_hl_get_l2cap_cfg()
1543 p_ccb->peer_cfg_bits = 0; in l2cu_allocate_ccb()1994 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in l2cu_process_peer_cfg_req()2021 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FLUSH_TO; in l2cu_process_peer_cfg_req()2041 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in l2cu_process_peer_cfg_req()
308 tL2CAP_CH_CFG_BITS peer_cfg_bits; /* Store what peer wants to configure */ member
2367 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in l2c_fcr_process_peer_cfg_req()2402 p_ccb->peer_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in l2c_fcr_process_peer_cfg_req()
2052 *p_peer_cfg_bits = p_ccb->peer_cfg_bits; in L2CA_GetCurrentConfig()