How to create multiple BLE connections, one just advertising and another allowing connections with different names with the nrf Connect SDK in the peripheral_HR example?
How to create multiple BLE connections, one just advertising and another allowing connections with different names with the nrf Connect SDK in the peripheral_HR example?
Hello,
You can configure the device to support multiple connections with CONFIG_BT_MAX_CONN. Remember to also set CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT if you want the device to have more than one peripheral role.
Please see the Bluetooth Low Energy Fundamentals course for a hands on learning experience on Bluetooth LE and how to implement basic Bluetooth LE applications with nRF Connect SDK.
Best regards,
Maria
Hello,
You can configure the device to support multiple connections with CONFIG_BT_MAX_CONN. Remember to also set CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT if you want the device to have more than one peripheral role.
Please see the Bluetooth Low Energy Fundamentals course for a hands on learning experience on Bluetooth LE and how to implement basic Bluetooth LE applications with nRF Connect SDK.
Best regards,
Maria