This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Connectionless advertiser for S110 concurrent observer/advertiser

For github.com/.../nRF51-multi-role-conn-observer-advertiser, can we change the advertiser to connectionless GATT?

Parents
  • The code example you link to use the S110 peripheral stack to handle and keep a BLE connection. The S110 opens for time slots where you get full control over the radio peripheral for a certain amount of time and in this time slot you can do anything. Even emulate BLE advertisements if you want to.

    I'm not sure what you mean by connectionless GATT. The Bluetooth core spec opens for observers and broadcaster that share information through connectionless advertising. Non-connectable advertising. Is this what you had in mind?

  • Yes, I believe the answer is good. The rest we have to explore the API itself.

    Our use case is to periodically updates the advertising messages, so we need the bluetooth to be able to receive updates from another bluetooth master occasionally, whilst most of the time act as advertisers and repeat the last updated message.

    Thank you!

Reply Children
No Data
Related