ble_uuid_to_str

char *
ble_uuid_to_str(
    const ble_uuid_t *uuid,
                char *dst
)

Description

Converts the specified UUID to its string representation. Example string representations: 16-bit: 0x1234 32-bit: 0x12345678 128-bit: 12345678-1234-1234-1234-123456789abc

Parameters

ParameterDescription
uuidThe source UUID to convert.
dstThe destination buffer.

Returned values

A pointer to the supplied destination buffer.