ble_uuid_init_from_buf() function
Constructs a UUID object from a byte array.
Arguments
uuid
On success, this gets populated with the constructed UUID.
buf
The source buffer to parse.
len
The size of the buffer, in bytes.
Return value
0 on success, BLE_HS_EINVAL if the source buffer does not contain a valid UUID.