Does Android 4.3 support multiple BLE device connections?(Android 4.3 是否支持多个 BLE 设备连接?)
问题描述
我目前正在使用 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.
有没有人尝试连接到多个设备.如何为两个设备初始化 Gatt?
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...
这篇关于Android 4.3 是否支持多个 BLE 设备连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 4.3 是否支持多个 BLE 设备连接?


- android 4中的android RadioButton问题 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01