【发布时间】:2017-12-30 03:28:05
【问题描述】:
我正在尝试通过带有蓝牙 LE 的 L2CAP CO(面向连接)将 android 设备连接到嵌入式控制单元。 Apple 在 iOS 中创建了一个新功能,用于为外围设备创建自定义 L2CAP 通道https://developer.apple.com/documentation/corebluetooth/cbl2capchannel,并避免使用 GATT 服务器通信。
我的问题是:未来或当前在 android 中是否有实现与 iOS 相同的功能?
【问题讨论】:
标签: android bluetooth-lowenergy l2cap