Home
last modified time | relevance | path

Searched refs:peer_cfg_bits (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_utils.cc1429 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()
Dl2c_int.h309 tL2CAP_CH_CFG_BITS peer_cfg_bits; /* Store what peer wants to configure */ member
Dl2c_fcr.cc2299 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()
Dl2c_api.cc2023 *p_peer_cfg_bits = p_ccb->peer_cfg_bits; in L2CA_GetCurrentConfig()