NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.99k stars 414 forks source link

Discovering services from current thread instead of the main thread #520

Closed philips77 closed 11 months ago

philips77 commented 11 months ago

Before, service discovery was started from user-provided Handler (which defaulted to the UI thread). It should work with any thread, no need to post the call.