wandersnail / easyble-x

A simple framework for Android Bluetooth Low Energy (BLE)
Apache License 2.0
156 stars 37 forks source link

请问如何将ConnectionImpl内notifyCharacteristicChanged方法内Log的数据实时显示出来呢 #13

Closed Neroliuxx closed 4 years ago

Neroliuxx commented 4 years ago

请问有任何接口可以调用吗 BLE蓝牙新人 求解答,谢谢。

wandersnail commented 4 years ago

EasyBLE.getInstance().getConnection(device).setBluetoothGattCallback(callback) 自己实现callback,在里面打日志