Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.h102 uint16_t GetSupportedFeatures(uint16_t profile_version);
Davrcp_service.cc399 uint16_t supported_features = GetSupportedFeatures(profile_version); in Init()
444 uint16_t AvrcpService::GetSupportedFeatures(uint16_t profile_version) { in GetSupportedFeatures() function in bluetooth::avrcp::AvrcpService
492 uint16_t supported_features = GetSupportedFeatures(profile_version); in UnregisterBipServer()
/packages/modules/Bluetooth/system/gd/hci/
Dmsft.cc235 msft_.features = status_view.GetSupportedFeatures(); in on_msft_read_supported_features_complete()
Dhci_packets_test.cc628 ASSERT_EQ((uint64_t)0x000000000000007f, view.GetSupportedFeatures()); in TEST()