aci_gatt_add_char_desc return error (edited: BLE_STATUS_OUT_OF_MEMORY) BLE_STATUS_INVALID_PARAMS
@I'm trying to add a descriptor to my BLE characteristic.#define COPY_DESC_UUID(uuid_struct) COPY_UUID_128(uuid_struct,0x00,0x00,0x29,0x02,0x00,0x00,0x10,0x00,0x80,0x00,0x00,0x80,0x5f,0x9b,0x34,0xfb) COPY_DESC_UUID(uuid.Char_UUID_128); u...