We've been asked to run BLE transmissions using Ble_LR500Kbit, that is, Long range 500kbit/s TX. 125 kbit/s and 500 kbit/s RX on the nRF52840.
The transmissions would be data sent as Extended Advertising ( BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED )
There is conflicting posts in the DevZone that says LR500K isn't possible, but the nRF52840 documentation shows there is a Ble_LR500Kbit chip mode.
What is the proper sequence using BLE_500Kbps on the nRF52840?
Does Soft Device S140 support a relatively simple API for this? (the SDK example radio_test_pca10056 seemed a low-level way)