Home
last modified time | relevance | path

Searched refs:BroadcastQosConfig (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.h182 static const BroadcastQosConfig qos_config_2_10 = BroadcastQosConfig(2, 10);
183 static const BroadcastQosConfig qos_config_4_45 = BroadcastQosConfig(4, 45);
184 static const BroadcastQosConfig qos_config_4_50 = BroadcastQosConfig(4, 50);
185 static const BroadcastQosConfig qos_config_4_60 = BroadcastQosConfig(4, 60);
186 static const BroadcastQosConfig qos_config_4_65 = BroadcastQosConfig(4, 65);
Dbroadcaster_types.h301 struct BroadcastQosConfig { struct
302 BroadcastQosConfig(uint8_t retransmission_number, in BroadcastQosConfig() argument
307 bool operator==(const BroadcastQosConfig& other) const {
312 bool operator!=(const BroadcastQosConfig& other) const {
326 const bluetooth::le_audio::broadcaster::BroadcastQosConfig& config); argument
387 BroadcastQosConfig qos;
Dbroadcaster_types.cc295 const bluetooth::le_audio::broadcaster::BroadcastQosConfig& config) { in operator <<()
Dbroadcaster.cc58 using bluetooth::le_audio::broadcaster::BroadcastQosConfig;
/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.cc74 int, bluetooth::le_audio::broadcaster::BroadcastQosConfig>>
647 bluetooth::le_audio::broadcaster::BroadcastQosConfig qos_config( in GetBroadcastConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc604 ::bluetooth::le_audio::broadcaster::BroadcastQosConfig
607 ::bluetooth::le_audio::broadcaster::BroadcastQosConfig qos( in PrepareStackBroadcastQosConfig()
Dle_audio_utils.cc438 .qos = ::bluetooth::le_audio::broadcaster::BroadcastQosConfig( in GetStackBroadcastConfigurationFromAidlFormat()