打印
[应用相关]

安卓 & BlueNRG2

[复制链接]
221|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
海滨消消|  楼主 | 2020-11-6 14:13 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
写了一个安卓app, 通过以下的安卓代码send characterestic, 想问下bluenrg的哪个callback会被call在发送以后?
BluetoothGattService gattService =
bluetooth_gatt.getService(java.util.UUID.fromString(serviceUuid));
BluetoothGattCharacteristic gattChar = gattService
.getCharacteristic(java.util.UUID.fromString(characteristicUuid));
gattChar.setValue(value);
bluetooth_gatt.writeCharacteristic(gattChar);

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

237

主题

1590

帖子

2

粉丝