bluetooth - 西风BLE : Can a GATT Client connect to multiple GATT Servers

标签 bluetooth bluetooth-lowenergy gatt

我的问题非常简短 - 在 Zephyr 文档中,我找不到问题的答案(这让我感到惊讶)。 GATT 客户端是否可以连接到多个 GATT 服务器?

现在我正在使用两 block 板来计算一些东西(一 block 作为服务器,一 block 作为客户端)。理想情况下,计算结果应写入第三设备(另一个 GATT 服务器)上的特征。

最佳答案

你是对的,我无法轻松找到此信息,但肯定有可能有多个连接,因为我之前自己尝试过。许多基于 Zephyr 构建的应用程序和产品也依赖于此功能。一般来说,蓝牙规范对 BLE 连接数量没有限制,但限制通常由硬件决定。下面的 Zephyr 链接中以某种方式提到了这一点:-

https://docs.zephyrproject.org/latest/guides/bluetooth/overview.html

我希望这会有所帮助。

关于bluetooth - 西风BLE : Can a GATT Client connect to multiple GATT Servers,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61820644/

相关文章:

audio - 耳机无声音

python - 通过蓝牙在 iOS 应用程序和 Raspberry Pi 之间进行通信

ios - 为什么 Bluetooth classic 和 LE 设备在 iOS 上的名称相同?

Android 如何读取 BLE 属性 Readable Writable Notifiable GATT Characteristics

android - 蓝牙 Gatt 回调不适用于 Lollipop 的新 API

c++ - Windows 上的蓝牙低功耗低速率?

ios - ibeacon可连接传输模式

bluetooth-lowenergy - BlueGiga BLE113 和 Nordic Semiconductors nRF51822 有什么区别

iOS BLE 连接后立即断开连接,只有重启设备有帮助

android - 带有传输参数的 BluetoothDevice.ConnectGatt()