Hi,
I wanted to create a UART-like BLE channel between a desktop PC (central role) and nRF5340 (peripheral role).
On the nRF5340 side I setup Peripheral UART sample project which emulates a serial port using the Nordic UART Service (NUS).
On the PC side I have a C/C++ application running on Windows.
To enable the wireless communication I can rely on a generic BLE USB Adapter (e.g. USB-BT400).
I'm wondering if the NUS service, which is a custom GATT implementation by Nordic, is "standard" enough to allow easy integration through USB-BT400.