Hi All,
I used the app "ble_app_uart" and "ble_app_uart_c" on two custom boards mounting a n52840 QIAACO.
I know that in the app (nRF5_SDK_15.1.0_a8c0c4d\examples\ble_peripheral\ble_app_uart) is not used the BT 5.0 2phy but the 1phy.
My question is: what should I change to have a faster data transfer using the 2phy instead of 1phy from the peripheral to the central unit?
I tried just to replace BLE_GAP_PHY_1MBPS with BLE_GAP_PHY_2MBPS in the whole code but apparently it is not enough.
Thanks in advance,