Searched refs:A2DP_IsPeerSourceCodecSupported (Results 1 – 3 of 3) sorted by relevance
372 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc)); in TEST_F()373 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_capability)); in TEST_F()374 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_sink_capability)); in TEST_F()376 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac)); in TEST_F()377 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_capability)); in TEST_F()378 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_sink_capability)); in TEST_F()380 EXPECT_FALSE(A2DP_IsPeerSourceCodecSupported(codec_info_non_a2dp)); in TEST_F()
612 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info);
1107 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupported() function