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 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01