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

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

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

am: af14ccdd

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


/**
/**