|
| Entry * | direct_bt::BTSecurityRegistry::get (const EUI48 &addr, const std::string &name, AddressNameEntryMatchFunc m) noexcept |
| | Returns a matching BTSecurityRegistry::Entry with the given. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::get (const EUI48Sub &addrSub, const std::string &name, AddressSubNameEntryMatchFunc m) noexcept |
| | Returns a matching BTSecurityRegistry::Entry with the given. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::get (const std::string &name, NameEntryMatchFunc m) noexcept |
| | Returns a matching BTSecurityRegistry::Entry with the given. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::getStartOf (const EUI48 &addr, const std::string &name) noexcept |
| | Returns a matching Entry,. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::getStartOf (const EUI48Sub &addrSub, const std::string &name) noexcept |
| | Returns a matching Entry,. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::getStartOf (const std::string &name) noexcept |
| | Returns a matching Entry, which Entry::nameSub is set and the given. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::getEqual (const EUI48Sub &addrSub, const std::string &name) noexcept |
| | Returns a matching Entry,. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::getEqual (const std::string &name) noexcept |
| | Returns a matching Entry, which Entry::nameSub is set and the given. More...
|
| |
| jau::darray< Entry > & | direct_bt::BTSecurityRegistry::getEntries () noexcept |
| | Returns the reference of the current list of Entry, not a copy. More...
|
| |
| Entry * | direct_bt::BTSecurityRegistry::getOrCreate (const std::string &addrOrNameSub) noexcept |
| | Determines whether the given. More...
|
| |
| void | direct_bt::BTSecurityRegistry::clear () noexcept |
| | Clears internal list. More...
|
| |
| std::string | direct_bt::BTSecurityRegistry::allToString () noexcept |
| |