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

Commit 9c7fb456 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: Add event_value to BluetoothClassicPairingEventReported"

parents 41083886 3b259834
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1714,6 +1714,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;
}

/**