NordicSemiconductor / Android-BLE-Library

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

Reading PHY if no callback for setting preferred one #426

Closed philips77 closed 2 years ago

philips77 commented 2 years ago

This PR fixes #414.

As onPhyUpdate(..) callback doesn't get called on Android 13 (see mentioned issue), as a workaround we initiate a read PHY operation (giving 1 sec to change its mind). onPhyRead(..) callback seems to be working and it is completing the request initiated with setPreferredPhy(...).