打印
[应用相关]

安卓 & BlueNRG2

[复制链接]
195|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
两只袜子|  楼主 | 2020-11-4 08:53 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
写了一个安卓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);

使用特权

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

本版积分规则

2007

主题

7189

帖子

10

粉丝