Android蓝牙BLE连接在30秒后自动断开。
创始人
2024-10-08 21:01:32
0

这个问题通常是由于连接时间超时引起的。可以通过以下步骤解决这个问题:

  1. 在BluetoothGatt.connect()方法之前,使用BluetoothDevice.connectGatt()方法,设置连接超时时间:
BluetoothGatt mGatt = device.connectGatt(this, false, mGattCallback);
mGatt.connect();
mGatt.requestConnectionPriority(BluetoothGatt.CONNECTION_PRIORITY_HIGH);
mGatt.setTimeout(5000);

在这个示例中,我们将连接超时时间设置为5秒钟。

  1. 监听BLE连接状态,如果在连接时间内没有成功连接,就使用BluetoothGatt.disconnect()方法手动断开连接:
private static final int STATE_DISCONNECTED = 0;
private static final int STATE_CONNECTING = 1;
private static final int STATE_CONNECTED = 2;

private int mConnectionState = STATE_DISCONNECTED;
private BluetoothGatt mBluetoothGatt;

private final BluetoothGattCallback mGattCallback =
        new BluetoothGattCallback() {
            @Override
            public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
                if (newState == BluetoothProfile.STATE_CONNECTED) {
                    mConnectionState = STATE_CONNECTED;
                    mBluetoothGatt.discoverServices();
                } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
                    mConnectionState = STATE_DISCONNECTED;
                    mBluetoothGatt.close();
                }
            }

            @Override
            public void onServicesDiscovered(BluetoothGatt gatt, int status) {
                super.onServicesDiscovered(gatt, status);
                if (status == BluetoothGatt.GATT_SUCCESS) {
                    // service discovery successful
                } else {
                    // service discovery unsuccessful
                }
            }

            @Override
            public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) {
                super.onCharacteristicRead(gatt, characteristic, status);
                if (status == BluetoothGatt.GATT_SUCCESS) {
                    // characteristic read successful
                } else {
                    // characteristic read unsuccessful
                }
            }

            @Override
            public void onCharacteristicWrite(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) {
                super.onCharacteristicWrite(gatt, characteristic, status);
                if (status == BluetoothGatt.GATT_SUCCESS) {
                    // characteristic write successful
                } else {
                    // characteristic write unsuccessful
                }
            }

            @Override
            public void onCharacteristicChanged(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) {
                super.onCharacteristicChanged(gatt, characteristic);
                // characteristic value changed
            }
        };

public void connect(String address) {
    final BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address);
    if (device == null

相关内容

热门资讯

透视app!红龙poker辅助... 透视app!红龙poker辅助平台(透视)竟然是真的有挂(详细辅助第三方教程);亲,关键说明,红龙p...
最新通报!wepoker辅助器... 最新通报!wepoker辅助器安装包,wepoker透视脚本安卓,攻略教程(有挂透明);支持2-10...
透视工具!hhpoker透视脚... 透视工具!hhpoker透视脚本(透视)切实是有挂(详细辅助揭秘教程)1、实时hhpoker透视脚本...
透视私人局!wepoker辅助... 透视私人局!wepoker辅助插件功能(透视)其实是真的有挂(详细辅助规律教程);一、AI软件牌型概...
分享一款!wpk作弊,hhpo... 分享一款!wpk作弊,hhpoker作弊码怎么用,实用技巧(有挂神器);玩家必备必赢加哟《13670...
透视科技!hhpoker脚本下... 透视科技!hhpoker脚本下载(透视)竟然真的是有挂(详细辅助靠谱教程)1、玩家可以在软件透明挂俱...
玩家必知教程!拱趴大菠萝有什么... 1、玩家必知教程!拱趴大菠萝有什么挂,hhpoker有没有作弊辅助,攻略方法(有挂方法)。2、hhp...
透视辅助!wepoker透视辅... 透视辅助!wepoker透视辅助下载(透视)竟然是真的有挂(详细辅助介绍教程);1、wepoker透...
必备攻略!wepoker透视最... 必备攻略!wepoker透视最简单三个步骤,wepoker可以开透视吗,AI教程(有挂透明);wep...
一分钟揭秘!wepoker是不... 一分钟揭秘!wepoker是不是有人用挂,wepoker破解器激活码,细节揭秘(有挂软件)1、玩家可...