Home
last modified time | relevance | path

Searched refs:A2DP_IsVendorPeerSinkCodecValid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor.h76 bool A2DP_IsVendorPeerSinkCodecValid(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc441 ASSERT_TRUE(A2DP_IsVendorPeerSinkCodecValid(codec_info_opus_sink_capability)); in TEST_F()
450 ASSERT_FALSE(A2DP_IsVendorPeerSinkCodecValid(codec_info_opus_invalid)); in TEST_F()
457 ASSERT_FALSE(A2DP_IsVendorPeerSinkCodecValid(codec_info_opus_invalid)); in TEST_F()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor.cc103 bool A2DP_IsVendorPeerSinkCodecValid(const uint8_t* p_codec_info) { in A2DP_IsVendorPeerSinkCodecValid() function
Da2dp_codec_config.cc1118 return A2DP_IsVendorPeerSinkCodecValid(p_codec_info); in A2DP_IsPeerSinkCodecValid()