SimpleBle
SimpleBle copied to clipboard
Read Data
After write data my BLE device send response but i'm not able to read/get that response please let me know where and how i have to call read data ,i'm new in android please let me know as soon as possible.
i'm sorry for the late reply, hope what this response can help other developers, actually the library dont support a instant response, you need handle the responses for separate following this estructure, in first case do you need execute the method ble.write() and later the method ble.read() for get the response.
For more help please check de folder ExampleApp in the repo