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

Commit f1232419 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "Bluetooth: Add event_value to BluetoothClassicPairingEventReported" am:...

Merge "Bluetooth: Add event_value to BluetoothClassicPairingEventReported" am: 9c7fb456 am: af14ccdd
am: 18839481

Change-Id: I0c3b9d516984b645481a0c8f76a2a58351bb2623
parents 980af3e0 18839481
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2065,6 +2065,9 @@ message BluetoothClassicPairingEventReported {
    // HCI reason code associated with this event
    // Default: STATUS_UNKNOWN
    optional android.bluetooth.hci.StatusEnum reason_code = 6;
    // A status value related to this specific event
    // Default: 0
    optional int64 event_value = 7;
}

/**