Merge "Add timestamp and read status extra constants to MAP Client"

am: 9dd24d05e9

Change-Id: I5a1e75de9369fa05f0974523c97e093622b330c6
This commit is contained in:
Sal Savage
2019-05-24 12:08:24 -07:00
committed by android-build-merger

View File

@@ -53,6 +53,10 @@ public final class BluetoothMapClient implements BluetoothProfile {
* NOTE: HANDLE is only valid for a single session with the device. */
public static final String EXTRA_MESSAGE_HANDLE =
"android.bluetooth.mapmce.profile.extra.MESSAGE_HANDLE";
public static final String EXTRA_MESSAGE_TIMESTAMP =
"android.bluetooth.mapmce.profile.extra.MESSAGE_TIMESTAMP";
public static final String EXTRA_MESSAGE_READ_STATUS =
"android.bluetooth.mapmce.profile.extra.MESSAGE_READ_STATUS";
public static final String EXTRA_SENDER_CONTACT_URI =
"android.bluetooth.mapmce.profile.extra.SENDER_CONTACT_URI";
public static final String EXTRA_SENDER_CONTACT_NAME =