From 1baa8f7baa336ce7e78d4b8389a351526cb8c673 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 25 十一月 2020 15:10:39 +0800 Subject: [PATCH] 蓝牙密码 --- lib/src/main/java/com/anyun/exam/lib/util/Constants.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/java/com/anyun/exam/lib/util/Constants.java b/lib/src/main/java/com/anyun/exam/lib/util/Constants.java index a1e52bd..11af17f 100644 --- a/lib/src/main/java/com/anyun/exam/lib/util/Constants.java +++ b/lib/src/main/java/com/anyun/exam/lib/util/Constants.java @@ -31,6 +31,7 @@ public static final int MESSAGE_BLUETOOTH_STATUS = 6; public static final int MESSAGE_BLUETOOTH_FOUND = 7; public static final int MESSAGE_BLUETOOTH_DISCOVERY_FINISHED = 8; + public static final int MESSAGE_DEVICE_ADDRESS = 9; // Key names received from the BluetoothChatService Handler public static final String DEVICE_NAME = "device_name"; -- Gitblit v1.8.0