Searched refs:A2DP_IsPeerSourceCodecSupported (Results 1 – 6 of 6) sorted by relevance
490 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc)); in TEST_F()491 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_capability)); in TEST_F()492 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_sbc_sink_capability)); in TEST_F()494 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac)); in TEST_F()495 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_capability)); in TEST_F()496 EXPECT_TRUE(A2DP_IsPeerSourceCodecSupported(codec_info_aac_sink_capability)); in TEST_F()498 EXPECT_FALSE(A2DP_IsPeerSourceCodecSupported(codec_info_non_a2dp)); in TEST_F()
94 A2DP_IsPeerSourceCodecSupported(codec_info);
105 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* /* p_codec_info */) { in A2DP_IsPeerSourceCodecSupported() function
96 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupported() function
623 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info);
1147 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupported() function