Wish Implementation of onPhyRead / onPhyUpdated in new/updated BLE2 library

OliverA

Expert
Licensed User
Longtime User
Using BluetoothGatt, the way to set the Phy is via setPrefferedPhy and to read the Phy is to use readPhy. Both methods communicate their results using callbacks via the BluetoothGattCallback. This wish is to expose the callbacks onPhyRead and onPhyUpdate. This would round out (actually implement every callback in BluetoothGattCallback) the already excellent updated BLE2 library.
 
Top