标签: android bluetooth-lowenergy
我正在尝试编写一些应用程序,将数据发送到BLE上的arduino模块。
BLE
arduino
我已经使用命令
Gatt = myDevice.connectGatt(this, true, gattCallback);
为了将一些字符串发送到BLE模块,我应该写什么?