Merge "Atoms: remove bluetooth a2dp" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-03 19:48:33 +00:00
committed by Android (Google) Code Review

View File

@@ -108,7 +108,7 @@ message Atom {
ResourceConfigurationChanged resource_configuration_changed = 66;
BluetoothEnabledStateChanged bluetooth_enabled_state_changed = 67;
BluetoothConnectionStateChanged bluetooth_connection_state_changed = 68;
BluetoothA2dpAudioStateChanged bluetooth_a2dp_audio_state_changed = 69;
// 69 is blank but need not be.
UsbConnectorStateChanged usb_connector_state_changed = 70;
SpeakerImpedanceReported speaker_impedance_reported = 71;
HardwareFailed hardware_failed = 72;
@@ -1007,22 +1007,6 @@ message BluetoothConnectionStateChanged {
optional int32 bt_profile = 3;
}
/**
* Logs when Bluetooth A2dp audio streaming state changes.
*
* Logged from:
* TODO(b/73971848)
*/
message BluetoothA2dpAudioStateChanged {
// Whether or not audio is being played using Bluetooth A2dp.
enum State {
UNKNOWN = 0;
PLAY = 1;
STOP = 2;
}
optional State state = 1;
}
/**
* Logs when something is plugged into or removed from the USB-C connector.
*