Merge "Atoms: remove bluetooth a2dp" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
287fec6358
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user