Hello, Nordic employees.
I am currently developing BLE5 app with nRF52840 DK and Python in Windows 10 environments.
With the python bindings you provided in the github, HeartRateCollector app was perfectly worked.
Now, I am trying to use the some features that is included in BLE5.
i.e. I want to change the 1Mbps, 2Mbps, 1/2 Coded, 1/8 Coded PHYs at my PYTHON app in run-time.
I installed python 2.7 and pc-ble-driver-py 0.11.3 in the previous HeartRateCollector app.
BUT, in 0.11.3, I couldn't find any function like sd_ble_gap_phy_update(), which I found in pc_ble_driver_sd_api_v5.py from the github.
I think that you have already implemented it in the pc-ble-driver but not ported it to the python bindings, am I right?
If I am right, is there any way to use the function?
Or, is there other way to use the function of change of PHY layer in BLE5 app using PYTHON?
THANKS.