Home
last modified time | relevance | path

Searched refs:A2DP_IsPeerSourceCodecSupported (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/test/
Dstack_a2dp_test.cc372 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()
/system/bt/stack/include/
Da2dp_codec_api.h612 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info);
/system/bt/stack/a2dp/
Da2dp_codec_config.cc1107 bool A2DP_IsPeerSourceCodecSupported(const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupported() function