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

Multiple central to single peripheral connections

Hi, I have nrf52832 with sdk14.0. Is there a way/example to connect multiple andorid/ios devices to one peripheral device?

Parents
  • Yes, you can run multiple GAP Peripheral roles on single device (which is also allowed by BT SIG spec 4.2+). Latest Nordic stacks support it, similar for open source variants like Zephyr or Mynewt. Note that many phones already support GAP Peripheral role so you can use reverse flow as well (having multiple GAP Central roles on nRF5x device). However it has power consumption and other consequences...

Reply
  • Yes, you can run multiple GAP Peripheral roles on single device (which is also allowed by BT SIG spec 4.2+). Latest Nordic stacks support it, similar for open source variants like Zephyr or Mynewt. Note that many phones already support GAP Peripheral role so you can use reverse flow as well (having multiple GAP Central roles on nRF5x device). However it has power consumption and other consequences...

Children
Related