My LTE Sensor Gateway sample connects via Bluetooth LE to a Thingy:52 and collects the flip state of the Thingy successfully. Now I want to replace the Thingy with the nrf52840-DK loaded with the ble_app_uart firmware: Serial Port Emulation over BLE. When I update the lte_ble_gateway source from BT_UUID_THINGY to NUS_BASE_UUID 0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93, 0xF3, 0xA3, 0xB5, 0x00, 0x00, 0x40, 0x6E and modify the ble.c file, will I be able to get a connection? Thank you in advance.