Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I'm trying to enable 2Mbps data rate. So I've added init.config.ble_adv_primary_phy = BLE_GAP_PHY_2MBPS; in the advertising_init() function. But I'm getting fatal error in advertising_start() function.
How can I solve this issue and achieve 2 mbps data rate.
Thanks in advance.