BLE设备断开连接时,会出现两种相反的异常情况:BleAlreadyConnectedException和BleDisconnectedException。
创始人
2024-12-22 16:30:24
0

以下是一个使用Java的代码示例,演示了如何处理BLE设备断开连接时可能出现的两种异常情况:BleAlreadyConnectedException和BleDisconnectedException。

import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCallback;
import android.bluetooth.BluetoothGattCharacteristic;
import android.bluetooth.BluetoothGattService;
import android.bluetooth.BluetoothProfile;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothManager;
import android.content.Context;
import android.os.Handler;

public class BleDeviceManager {
    private Context context;
    private BluetoothGatt bluetoothGatt;
    private BluetoothGattCharacteristic characteristic;
    private boolean isConnected;
    private Handler handler;

    public BleDeviceManager(Context context) {
        this.context = context;
        BluetoothManager bluetoothManager = (BluetoothManager) context.getSystemService(Context.BLUETOOTH_SERVICE);
        BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter();
        handler = new Handler();
    }

    public void connectToDevice(BluetoothDevice device) {
        bluetoothGatt = device.connectGatt(context, false, gattCallback);
    }

    public void disconnectDevice() {
        if (bluetoothGatt != null) {
            bluetoothGatt.disconnect();
        }
    }

    private BluetoothGattCallback gattCallback = new BluetoothGattCallback() {
        @Override
        public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
            if (newState == BluetoothProfile.STATE_CONNECTED) {
                isConnected = true;
                // 连接成功后,可以进行后续的操作,比如发现服务、读写特征等
                gatt.discoverServices();
            } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
                isConnected = false;
                // 处理设备断开连接的情况,可在主线程中抛出异常
                handler.post(new Runnable() {
                    @Override
                    public void run() {
                        if (isConnected) {
                            throw new BleAlreadyConnectedException("BLE设备已经连接,但是断开连接了");
                        } else {
                            throw new BleDisconnectedException("BLE设备已经断开连接了");
                        }
                    }
                });
            }
        }

        @Override
        public void onServicesDiscovered(BluetoothGatt gatt, int status) {
            if (status == BluetoothGatt.GATT_SUCCESS) {
                // 服务发现成功后,可以进行后续的操作,比如读写特征等
                BluetoothGattService service = gatt.getService(SERVICE_UUID);
                characteristic = service.getCharacteristic(CHARACTERISTIC_UUID);
            }
        }
    };
}

// 自定义异常类:BLE设备已经连接异常
class BleAlreadyConnectedException extends RuntimeException {
    public BleAlreadyConnectedException(String message) {
        super(message);
    }
}

// 自定义异常类:BLE设备已经断开连接异常
class BleDisconnectedException extends RuntimeException {
    public BleDisconnectedException(String message) {
        super(message);
    }
}

在上面的代码中,connectToDevice方法用于连接到BLE设备,disconnectDevice方法用于断开与设备的连接。在gattCallback回调中,处理了设备连接状态的变化。当设备连接成功时,会执行onConnectionStateChange方法中的逻辑;当设备断开连接时,会执行onConnectionStateChange方法中的处理逻辑,并在主线程中抛出相应的异常。

在主线程中捕获这些异常,可以根据具体的业务需求进行处理。例如,可以向用户显示相关的提示信息,或者采取其他适当的措施来处理设备连接断开的情况。

相关内容

热门资讯

第二分钟辅助“哈糖大菠萝助手”... 第二分钟辅助“哈糖大菠萝助手”详细辅助详细教程(一贯是有挂)1、下载好哈糖大菠萝助手辅助软件之后点击...
七分钟辅助器“黑科技软件大全”... 七分钟辅助器“黑科技软件大全”详细辅助总结教程(切实真的是有挂)黑科技软件大全软件透明挂微扑克wpk...
9分钟了解“pokemmo修改... 9分钟了解“pokemmo修改器手机版”详细辅助技巧教程(切实是有挂)小薇(透视辅助)致您一封信;亲...
第3分钟辅助“微信边锋修改器”... 第3分钟辅助“微信边锋修改器”详细辅助德州教程(一贯有挂)1、点击下载安装,微信边锋修改器插件透视分...
第4分钟辅助“蜀山辅助工具”详... 第4分钟辅助“蜀山辅助工具”详细辅助专业教程(其实存在有挂)1、该软件可以轻松地帮助玩家将蜀山辅助工...
八分钟辅助“微信小程序游戏破解... 八分钟辅助“微信小程序游戏破解微乐游戏”详细辅助必备教程(一直是真的有挂);1、在微信小程序游戏破解...
十分钟了解“南丰数刀脚本”详细... 十分钟了解“南丰数刀脚本”详细辅助教你攻略(切实真的是有挂)1、南丰数刀脚本透视辅助简单,南丰数刀脚...
七分钟辅助“微乐贵阳捉鸡麻将挂... 七分钟辅助“微乐贵阳捉鸡麻将挂软件”详细辅助分享教程(总是真的是有挂)1、操作简单,无需注册,只需要...
6分钟了解“天天开心国王辅助”... 6分钟了解“天天开心国王辅助”详细辅助解密教程(本来是有挂)1、实时天天开心国王辅助开挂更新:用户可...
第四分钟了解“手机脚本辅助软件... 第四分钟了解“手机脚本辅助软件”详细辅助详细教程(竟然有挂)1、进入到手机脚本辅助软件黑科技之后,能...