I want to modify the uuid through the serial port. What variables can I use to describe this define? Is there any code for reference?
#define BLE_UUID_NUS_TX_CHARACTERISTIC 0x0003 /**< The UUID of the TX Characteristic. */
#define BLE_UUID_NUS_RX_CHARACTERISTIC 0x0002 /**< The UUID of the RX Characteristic. */
#define NUS_BASE_UUID {{0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93, 0xF3, 0x27, 0x05, 0x00, 0x00, 0x40, 0x6E}} /**< Used vendor specific UUID. */
Best wishes and regards!
John