Hi,
While developing an app which will connection to an IOS device via BLE - I've noticed an event called BLE_GAP_EVT_PHY_UPDATE_REQUEST.
I understand that this event is executed when my peer is requesting to update physical layer.
In my app - I'm updating rx_phys and tx_phys to BLE_GAP_PHY_AUTO, which means that it will be updated according to my peer definitions.
However - I couldn't understand what are my applications parameters, by default, assuming I didn't change them.
Can you please explain?
Thanks!