Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 836554fb authored by Tej Singh's avatar Tej Singh Committed by android-build-merger
Browse files

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

am: 287fec63

Change-Id: Iab0fda3de65619705a072d0e0524f7e6882f7d4a
parents 88d828a6 287fec63
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -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.
 *