ficat
ficat
i encounter the same problem, did you solve it?
if u don't scan, u can save the device address and use **BleManager#connect(**String address, BleConnectCallback callback**)** to connect target devcie
hi, if u don't set _mtu_ , the default data length per packet is no more than 20 bytes. it will lose some data if the data length you send...
hi, if you want to receive data from ble device, you should call _notify()_