This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Peripheral in a connected mode and broadcaster

For nRF51 series chips and S110, S120, S130 soft devices.

Is it somehow possible to have a connected ble peripheral while broadcasting data?

S110 spec doc says "broadcaster can run concurrently with a peripheral in a connection.". It seems that it should be possible. Is this really the case? I could not find any working code examples that do that.

Parents
  • Thanks for the answer Petter, I tried this on S132 and it worked fine. Note that I did have to call sd_ble_gap-adv_stop() on the BLE_GAP_EVT_DISCONNECTED event first, before calling sd_ble_gap_adv_start() again with type BLE_GAP_ADV_TYPE_ADV_IND to re-advertise as connectable.

Reply
  • Thanks for the answer Petter, I tried this on S132 and it worked fine. Note that I did have to call sd_ble_gap-adv_stop() on the BLE_GAP_EVT_DISCONNECTED event first, before calling sd_ble_gap_adv_start() again with type BLE_GAP_ADV_TYPE_ADV_IND to re-advertise as connectable.

Children
No Data
Related