Browse Source

'2023年3月27日12:42:21'

master
wq 2 years ago
parent
commit
a4b8778636

+ 0
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/bluetooth/BluetoothReceiver.java View File

@@ -31,7 +31,6 @@ public class BluetoothReceiver extends BroadcastReceiver {
switch (device.getBondState()) {
case BluetoothDevice.BOND_BONDING:
Log.d("BlueToothTestActivity", "正在配对......");

break;
case BluetoothDevice.BOND_BONDED:
Log.d("BlueToothTestActivity", "完成配对");

Loading…
Cancel
Save