Searched refs:le_features_view (Results 1 – 1 of 1) sorted by relevance
1013 auto le_features_view = LeReadLocalSupportedFeaturesCompleteView::Create( in TEST_P() local1016 ASSERT_TRUE(le_features_view.IsValid()); in TEST_P()1017 ASSERT_EQ(::bluetooth::hci::ErrorCode::SUCCESS, le_features_view.GetStatus()); in TEST_P()1018 auto le_features = le_features_view.GetLeFeatures(); in TEST_P()1087 auto le_features_view = LeReadLocalSupportedFeaturesCompleteView::Create( in TEST_P() local1090 ASSERT_TRUE(le_features_view.IsValid()); in TEST_P()1091 ASSERT_EQ(::bluetooth::hci::ErrorCode::SUCCESS, le_features_view.GetStatus()); in TEST_P()1092 auto le_features = le_features_view.GetLeFeatures(); in TEST_P()