Home
last modified time | relevance | path

Searched refs:p_our_cfg_bits (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.cc1999 tL2CAP_CH_CFG_BITS* p_our_cfg_bits, in L2CA_GetCurrentConfig() argument
2012 *p_our_cfg_bits = 0; in L2CA_GetCurrentConfig()
2013 if (p_ccb->our_cfg.mtu_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in L2CA_GetCurrentConfig()
2014 if (p_ccb->our_cfg.qos_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in L2CA_GetCurrentConfig()
2016 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FLUSH_TO; in L2CA_GetCurrentConfig()
2017 if (p_ccb->our_cfg.fcr_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in L2CA_GetCurrentConfig()
2018 if (p_ccb->our_cfg.fcs_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in L2CA_GetCurrentConfig()
2020 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_EXT_FLOW_SPEC; in L2CA_GetCurrentConfig()
/system/bt/stack/include/
Dl2c_api.h1194 tL2CAP_CH_CFG_BITS* p_our_cfg_bits,