android - 可以连接到 BLE(BluetoothGattServer) 服务器的最大设备数 android

标签 android bluetooth-lowenergy gatt android-ble

有人知道 ble 外设可以连接的最大设备数量吗?我尝试使用两个设备,连接良好,但第三个设备无法连接到 Android BLE 外设/BluetoothGattServer。有什么限制吗?

我在 google 上搜索了很多,但没有得到 BLE 外设限制的任何答案?

感谢您提前提供帮助

最佳答案

是的,请检查 Android Lollipop: Bluetooth LE Matures :“Android 4.4 及更高版本中的最大连接数为 7”。另请检查这个https://code.google.com/p/android/issues/detail?id=68538 :“我能够同时连接 6 个外围设备”。

您还可以挖掘 Google 的问题跟踪器:https://code.google.com/p/android/issues/list?can=2&q=-has:defect%20attachments=0%20BLE&colspec=ID+Status+Priority+Owner+Summary+Stars+Reporter+Opened&groupby=&sort=&x=&y=&cells=tiles&mode=grid

关于android - 可以连接到 BLE(BluetoothGattServer) 服务器的最大设备数 android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38163095/

相关文章:

Android kodein **bind() with** 和 **bind() from** 之间的区别

c++ - 在 Android NDK 上使用 STL_tree.h 结果为 "No such file or directory"

ios6 - iOS 6 - 蓝牙 LE 断开连接

连接到设备时出现 Android BLE GATT_ERROR(133)

android - Android 蓝牙 Gatt 服务器/客户端同时连接的问题

android - 三星 S8 中的回收器 View 不显示项目

android - 为什么 findFirstVisibleItemPosition 不能按预期工作?

ios - 如何将 iOS 与 BLE 和以前版本的蓝牙连接

bluetooth-lowenergy - 具有BLE GATT特性的流数据传输方案

bluetooth - 当您无法访问官方 GATT XML 文件时,如何构建 BLE 应用程序?