diff options
| author | 2023-11-22 13:18:10 +0000 | |
|---|---|---|
| committer | 2023-11-22 13:18:10 +0000 | |
| commit | a536e973c1323666902174d46bd8a3aa9004046c (patch) | |
| tree | 91099100256374ba8e6595e589f8a1edbb6b29eb | |
| parent | 21dedc406b5e784e187ff979a984e8623a8493a5 (diff) | |
| parent | de3596a690a852bc5834451016158b9abbc198b5 (diff) | |
Merge "Document CHRE_MESSAGE_TYPE_RPC" into main
| -rw-r--r-- | core/java/android/hardware/location/NanoAppMessage.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/hardware/location/NanoAppMessage.java b/core/java/android/hardware/location/NanoAppMessage.java index bb3e81ad0ec1..7ac1dd14da21 100644 --- a/core/java/android/hardware/location/NanoAppMessage.java +++ b/core/java/android/hardware/location/NanoAppMessage.java @@ -56,6 +56,8 @@ public final class NanoAppMessage implements Parcelable { * * @param targetNanoAppId the ID of the nanoapp to send the message to * @param messageType the nanoapp-dependent message type + * the value CHRE_MESSAGE_TYPE_RPC (0x7FFFFFF5) is reserved by the + * framework for RPC messages * @param messageBody the byte array message contents * * @return the NanoAppMessage object |