Can I use the ble_advertising module for the BLE_GAP_PHY_CODED?
Currently my Coded PHY parameters without the module are defined as:
Following the example at NordicPlayground-nrf52-ble-app-uart-long-range
This method of advertising works for both 1Mbps and CODED PHY.
However with this I am having trouble defining the on_adv_evt callback, which would normally allow me to go to low-power mode through BLE_ADV_EVT_IDLE when the APP_ADV_DURATION is over.
Is it possible to use the coded phy with the ble_advertising module so I can use the same callbacks and functions as the 1Mbps PHY?
Any input would be appreciated,
Jeff