Hello,
is it possible to use use timeslot API on s140 while BLE is in "central" mode?
I was able to use timeslot API when BLE was running as peripheral. However, same timeslot code does nothing in BLE central mode.
I am using "ble_app_blinky" as a basis for both peripheral / central and "nrf51-ble-gzll-device-uart" as a basis for timeslot API.
For some reason in BLE central my timeslot callback "m_radio_callback" does not seem to be called at all. However session open / request passes without any error.
Thank you.