瀏覽代碼

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

master
wq 2 年之前
父節點
當前提交
a4b8778636

+ 0
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/bluetooth/BluetoothReceiver.java 查看文件

switch (device.getBondState()) { switch (device.getBondState()) {
case BluetoothDevice.BOND_BONDING: case BluetoothDevice.BOND_BONDING:
Log.d("BlueToothTestActivity", "正在配对......"); Log.d("BlueToothTestActivity", "正在配对......");

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

Loading…
取消
儲存