I will be using an NRF5340-DK for starters. I have a Linux SBC that will be running blueZ. I can use USB, UART, or SPI to connect the NRF5340-DK to the Linux SBC. I am assuming USB is the way to go? I would like to have as many peripherals as possible connected to the Central device (NRF5340-DK and Linux SBC combo). The sample found here https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/bluetooth/central_multilink mentions as many as 62 devices. Can you please direct me to the best sample to use as a starter for my project? Thanks very much.