Android 4.3 是否支持多个 BLE 设备连接?

Does Android 4.3 support multiple BLE device connections?(Android 4.3 是否支持多个 BLE 设备连接?)
本文介绍了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 设备连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)