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

Commit 4f1c9d61 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Bluetooth: Add event_value to BluetoothClassicPairingEventReported" am: 9c7fb456 am: af14ccdd am: 18839481"
parents f3d7dd6b f1232419
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;
}

/**