What are the correct steps to allow multiple(two would be enough atm.) concurrent outgoing connections to different devices?
Is it enough to simply have MAX_NR_HCI_CONNECTIONS==2 in btstack_config.h, and calling
gap_set_max_number_peripheral_connections(2) during init before hci_power_control(HCI_POWER_ON)?
Is it enough to simply have MAX_NR_HCI_CONNECTIONS==2 in btstack_config.h, and calling
gap_set_max_number_peripheral_connections(2) during init before hci_power_control(HCI_POWER_ON)?
Statistics: Posted by aalm — Tue Jan 07, 2025 5:23 pm — Replies 0 — Views 21