Is possible to put S110 in observer role (as peripheral) , waiting for a specific advertising (or waiting for an active scanning) and then switch to advertiser role (always as peripheral) ?
Thank all.
Update : Nordic has released S130 softdevice.
Is possible to put S110 in observer role (as peripheral) , waiting for a specific advertising (or waiting for an active scanning) and then switch to advertiser role (always as peripheral) ?
Thank all.
Update : Nordic has released S130 softdevice.
If the aim is to connect to a specific Central device, with which you have already bonded, you should look into whitelisting. This is the exact functionality this offers. For an example of how this can be implemented, I'd recommend you to take a look on the ble_app_proximity. It uses a bond manager API function to get a whitelist, which it then uses when advertising.
The S110 can do the Peripheral and Broadcaster roles only, and can not behave as an Observer. Also, an Observer would not normally be able to see other Central devices, so I'm not sure how useful that would have been.
The aim is having a passive , non advertising, peripheral, who reacts only to a specific active scanning message without having a previous bonding.
Is it possible with S110 ?
The aim is having a passive , non advertising, peripheral, who reacts only to a specific active scanning message without having a previous bonding.
Is it possible with S110 ?