#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <vector>
#include <jau/basic_types.hpp>
Go to the source code of this file.
|
void | direct_bt::put_uuid (uint8_t *buffer, jau::nsize_t const byte_offset, const uuid_t &v) noexcept |
|
void | direct_bt::put_uuid (uint8_t *buffer, jau::nsize_t const byte_offset, const uuid_t &v, bool littleEndian) noexcept |
|
uuid16_t | direct_bt::get_uuid16 (uint8_t const *buffer, jau::nsize_t const byte_offset) noexcept |
|
uuid16_t | direct_bt::get_uuid16 (uint8_t const *buffer, jau::nsize_t const byte_offset, bool littleEndian) noexcept |
|
uuid32_t | direct_bt::get_uuid32 (uint8_t const *buffer, jau::nsize_t const byte_offset) noexcept |
|
uuid32_t | direct_bt::get_uuid32 (uint8_t const *buffer, jau::nsize_t const byte_offset, bool littleEndian) noexcept |
|
uuid128_t | direct_bt::get_uuid128 (uint8_t const *buffer, jau::nsize_t const byte_offset) noexcept |
|
uuid128_t | direct_bt::get_uuid128 (uint8_t const *buffer, jau::nsize_t const byte_offset, bool littleEndian) noexcept |
|