Hi
Is there a way to tell that when a connection occurs if it occurred over 1M or 125kbps modulation? From what we can see, the ble_evt->gap_evt->connected does not contain any parameter that specifies the PHY over which the connection occurred.
An example where this may be needed is as follows:- we are connecting to a remote device that is advertising over CODED PHY. However, the remote device can set its secondary PHY to 1MPHY, therefore when we connect to it, the connection will occur over 1MPHY even though the scanning and advertising occurred over CODED PHY. From our testing, the only way we could see this was through a sniffer that showed that connection request and connection response packets were occurring over 1MPHY.
We are using the nRF52840 with softdevice S140 v6.1.0 and SDK15.0.0.
Thanks
Youssif