难道Android的4.3支持多个BLE设备连接?多个、设备、Android、BLE

2023-09-07 01:37:35 作者:汗水比眼泪更亮!

我目前工作在Android 4.3蓝牙低耗能,我能够连接到设备,获得服务,读/写服务。现在,当我尝试连接到第二个设备,第二设备服务被接收和第一个设备的服务都将丢失。现在,当我尝试连接到读/写的第一个设备的特点,没有什么作品。

I am currently working on Android 4.3 Bluetooth Low Energy, I am able to connect to a device, get services, read/write service. Now when I try to connect to second device, services of second device is received and first device services are lost. Now when I try to connect to write/read characteristic of first device, nothing works.

有没有人试图连接到多个设备。你如何初始化盖特两个设备?

Has any one tried connecting to multiple devices. How do you initialize Gatt for two devices?

推荐答案

它应该适用于所有,如果您实现不同的 BluetoothGatt 实例和不同的 GattCallback 为要连接的每台设备...

It should work for all if you implement different BluetoothGatt instance and different GattCallback for each device you want to connect...