Hi,
I am trying to create and send bluetooth advertisements using the StartAdvertising API in the latest BLE extension (version 20200828). However, I don't see any advertisements from my device (Samsung Galaxy Note 5, Android 7.0). The app contains 2 blocks - one to start advertising and one to stop advertising. The start advertising block uses the following values:
inData: "Test"
serviceUuid: "45dfefc1-96d2-43ae-9466-91c5dcd557eb"
Here is a snapshot of the code
Steps taken to debug the issue so far:
- Confirmed that no errors are generated while running the app.
- Installed a third party app, nRF Connect to send out custom advertisement and that works. So, the android version and the hardware of the device is capable of sending out custom advertisements.
Can someone suggest what I might be missing?
Thanks