Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2048 tL2CAP_CFG_INFO **pp_our_cfg, tL2CAP_CH_CFG_BITS *p_our_cfg_bits, in L2CA_GetCurrentConfig() argument
2061 *p_our_cfg_bits = 0; in L2CA_GetCurrentConfig()
2063 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in L2CA_GetCurrentConfig()
2066 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in L2CA_GetCurrentConfig()
2069 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FLUSH_TO; in L2CA_GetCurrentConfig()
2072 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in L2CA_GetCurrentConfig()
2075 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in L2CA_GetCurrentConfig()
2078 *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_EXT_FLOW_SPEC; in L2CA_GetCurrentConfig()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1161 … tL2CAP_CFG_INFO **pp_our_cfg, tL2CAP_CH_CFG_BITS *p_our_cfg_bits,