User level Direct-BT API types and functionality addressing the peripheral-server GATTRole::Server perspective, , see Direct-BT Overview.
More...
|
jau::POctets | direct_bt::make_gvalue (const char *name) |
| Convenience jau::POctets ctor function to create DBGattChar or DBGattDesc values. More...
|
|
jau::POctets | direct_bt::make_gvalue (const char *name, const jau::nsize_t capacity) |
| Convenience jau::POctets ctor function to create DBGattChar or DBGattDesc values. More...
|
|
jau::POctets | direct_bt::make_gvalue (const jau::nsize_t capacity, const jau::nsize_t size) |
| Convenience jau::POctets ctor function to create DBGattChar or DBGattDesc values. More...
|
|
jau::POctets | direct_bt::make_gvalue (const jau::nsize_t capacity, const jau::nsize_t size, std::initializer_list< uint8_t > sourcelist) |
| Convenience jau::POctets ctor function to create DBGattChar or DBGattDesc values. More...
|
|
jau::POctets | direct_bt::make_gvalue (const uint16_t v) |
| Convenience jau::POctets ctor function to create DBGattChar or DBGattDesc values. More...
|
|
jau::POctets | direct_bt::make_gvalue (std::initializer_list< uint8_t > sourcelist) |
| Convenience jau::POctets ctor function to create DBGattChar or DBGattDesc values. More...
|
|
bool | direct_bt::operator!= (const DBGattChar &lhs, const DBGattChar &rhs) noexcept |
|
bool | direct_bt::operator!= (const DBGattDesc &lhs, const DBGattDesc &rhs) noexcept |
|
bool | direct_bt::operator!= (const DBGattService &lhs, const DBGattService &rhs) noexcept |
|
bool | direct_bt::operator== (const DBGattChar &lhs, const DBGattChar &rhs) noexcept |
|
bool | direct_bt::operator== (const DBGattDesc &lhs, const DBGattDesc &rhs) noexcept |
|
bool | direct_bt::operator== (const DBGattService &lhs, const DBGattService &rhs) noexcept |
|
std::string | direct_bt::to_string (const DBGattServer::Mode m) noexcept |
|
User level Direct-BT API types and functionality addressing the peripheral-server GATTRole::Server perspective, , see Direct-BT Overview.
◆ DBGattDescRef
◆ DBGattCharRef
◆ DBGattServiceRef
◆ DBGattServerRef
◆ operator==() [1/3]
◆ operator!=() [1/3]
◆ operator==() [2/3]
◆ operator!=() [2/3]
◆ make_gvalue() [1/6]
◆ make_gvalue() [2/6]
◆ make_gvalue() [3/6]
◆ make_gvalue() [4/6]
◆ make_gvalue() [5/6]
jau::POctets direct_bt::make_gvalue |
( |
std::initializer_list< uint8_t > |
sourcelist | ) |
|
|
inline |
◆ make_gvalue() [6/6]
◆ operator==() [3/3]
◆ operator!=() [3/3]
◆ to_string()