Lines Matching refs:cfg
58 hci::CisParametersConfig cfg; in LeSetCigParameters() local
59 cfg.cis_id_ = request->cis_id(); in LeSetCigParameters()
60 cfg.max_sdu_m_to_s_ = request->max_sdu_m_to_s(); in LeSetCigParameters()
61 cfg.max_sdu_s_to_m_ = request->max_sdu_s_to_m(); in LeSetCigParameters()
62 cfg.phy_m_to_s_ = request->phy_m_to_s(); in LeSetCigParameters()
63 cfg.phy_s_to_m_ = request->phy_s_to_m(); in LeSetCigParameters()
64 cfg.rtn_m_to_s_ = request->rtn_m_to_s(); in LeSetCigParameters()
65 cfg.rtn_s_to_m_ = request->rtn_s_to_m(); in LeSetCigParameters()
67 cis_config.push_back(cfg); in LeSetCigParameters()
100 hci::LeCisParametersTestConfig cfg; in LeSetCigParametersTest() local
101 cfg.cis_id_ = cc.cis_id(); in LeSetCigParametersTest()
102 cfg.nse_ = cc.nse(); in LeSetCigParametersTest()
103 cfg.max_sdu_m_to_s_ = cc.max_sdu_m_to_s(); in LeSetCigParametersTest()
104 cfg.max_sdu_s_to_m_ = cc.max_sdu_s_to_m(); in LeSetCigParametersTest()
105 cfg.max_pdu_m_to_s_ = cc.max_pdu_m_to_s(); in LeSetCigParametersTest()
106 cfg.max_pdu_s_to_m_ = cc.max_pdu_s_to_m(); in LeSetCigParametersTest()
107 cfg.phy_m_to_s_ = cc.phy_m_to_s(); in LeSetCigParametersTest()
108 cfg.phy_s_to_m_ = cc.phy_s_to_m(); in LeSetCigParametersTest()
109 cfg.bn_m_to_s_ = cc.bn_m_to_s(); in LeSetCigParametersTest()
110 cfg.bn_s_to_m_ = cc.bn_s_to_m(); in LeSetCigParametersTest()
111 cis_config.push_back(cfg); in LeSetCigParametersTest()