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(...).
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 withsetPreferredPhy(...)
.