Explorar el Código

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

master
wq hace 2 años
padre
commit
a4b8778636

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

@@ -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", "完成配对");

Cargando…
Cancelar
Guardar