Application toolkit providing BT security setup and its device association on a pattern matching basis, i.e.
More...
|
std::string | allToString () noexcept |
|
void | clear () noexcept |
| Clears internal list. More...
|
|
Entry * | get (const EUI48 &addr, const std::string &name, AddressNameEntryMatchFunc m) noexcept |
| Returns a matching BTSecurityRegistry::Entry with the given addr and/or name . More...
|
|
Entry * | get (const EUI48Sub &addrSub, const std::string &name, AddressSubNameEntryMatchFunc m) noexcept |
| Returns a matching BTSecurityRegistry::Entry with the given addrSub and/or name . More...
|
|
Entry * | get (const std::string &name, NameEntryMatchFunc m) noexcept |
| Returns a matching BTSecurityRegistry::Entry with the given name . More...
|
|
jau::darray< Entry > & | getEntries () noexcept |
| Returns the reference of the current list of Entry, not a copy. More...
|
|
Entry * | getEqual (const EUI48Sub &addrSub, const std::string &name) noexcept |
| Returns a matching Entry,. More...
|
|
Entry * | getEqual (const std::string &name) noexcept |
| Returns a matching Entry, which Entry::nameSub is set and the given name starts with Entry::nameSub. More...
|
|
Entry * | getOrCreate (const std::string &addrOrNameSub) noexcept |
| Determines whether the given addrOrNameSub is a EUI48Sub or just a name and retrieves an entry. More...
|
|
Entry * | getStartOf (const EUI48 &addr, const std::string &name) noexcept |
| Returns a matching Entry,. More...
|
|
Entry * | getStartOf (const EUI48Sub &addrSub, const std::string &name) noexcept |
| Returns a matching Entry,. More...
|
|
Entry * | getStartOf (const std::string &name) noexcept |
| Returns a matching Entry, which Entry::nameSub is set and the given name starts with Entry::nameSub. More...
|
|
Application toolkit providing BT security setup and its device association on a pattern matching basis, i.e.
EUI48Sub or name-sub.