Hi all,
i'm using V11 Sdk.
I need an example code for BLE observer only(connection less). please help me.
-Thanks in advance
Hi all,
i'm using V11 Sdk.
I need an example code for BLE observer only(connection less). please help me.
-Thanks in advance
Do you mean something that only advertises e.g. like a ble beacon?
i want to make beacon as both broadcaster and observer without connection(connection less)
@ranjith: If you don't want connection, please use any central example in the SDK and remove the path of the code that we call sd_ble_gap_connect()
. Then you will have your observer.