Hello
I'm doing a test that if it's possible to start ibeacon function when BLE is connected in nRF52840. so I merge ibeacon into HRM demo code and as you can in the following pic.
But some problem comes out when I download the code into chip.
- HRM service is failed ,HRM in "nRF Toolbox" app can discover my BLE device but can not connect.
- iBeacon is failed, i can not find my beacon with "nRF Beacon" app.
- When I remove InitBeacon() from "BLE_GAP_EVT_CONNECTED", the HRM works.
How can I start a beacon whatever ibeacon or Eddystone when BLE is connected?
Thank you for your kindly help.