I am having trouble finding a commercially available BLE 5 dongle that I can be confident will support Linux BlueZ as well as the LE 2M PHY. I would like to know if I can use the nRF Connect SDK to easily turn an nRF-based dongle (e.g. nRF52840 Dongle or third-party programmable dongles such as options from Laird) into an HCI BLE 5 Dongle that is compatible with BlueZ.
My goal is that I want my Linux machine (which currently does not have any Bluetooth capability) to act as the central in a BLE 5 communication at 2 Mbps. My fallback would be to have one of these programmable dongles act as the central itself and then relay the information through the USB peripheral (not UART over USB) to the Linux machine, but if I can cut out that step in the communication I think that would be better. Any advice on this goal is greatly appreciated.