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

BLE Uart Example - Ready Event ?

Is there an event that I can hook into that fires when the soft device has finished it's connection and negotiation with the phone and is ready to send data to the phone ?

Basically, what I'm trying to achieve is the following:

  1. Device is asleep and wakes up every xx minutes
  2. Device initiates advertising
  3. Phone with Uart App running connects to device
  4. Device fires event that tells device application that it can send data. (This is where I'm stuck)
  5. Device goes back to sleep after phone confirms data received.
Parents Reply Children
No Data
Related