summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-02-05 04:48:04 +0100
committerSven Gothel <[email protected]>2021-02-05 04:48:04 +0100
commit4498e9ee3a8953a45b53e90bc6e2fc758a3ba792 (patch)
treec93542e425fdfc1c78fcd95bc7905470d7c4f21f /api
parentda53250cbf90bf75ab7b022c5bc23d014d77bc9d (diff)
Fix EUI48 doc (it is within direct_bt namespace); Add EUI48Sub API doc
Diffstat (limited to 'api')
-rw-r--r--api/direct_bt/BTAddress.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/api/direct_bt/BTAddress.hpp b/api/direct_bt/BTAddress.hpp
index 9e385e12..c269099d 100644
--- a/api/direct_bt/BTAddress.hpp
+++ b/api/direct_bt/BTAddress.hpp
@@ -146,6 +146,9 @@ namespace direct_bt {
BDAddressType getBDAddressType(const HCILEOwnAddressType hciOwnAddrType) noexcept;
std::string getHCILEOwnAddressTypeString(const HCILEOwnAddressType type) noexcept;
+ /**
+ * A 48 bit EUI-48 sub-identifier, see EUI48.
+ */
struct EUI48Sub {
/**
* The <= 6 byte EUI48 sub-address.
@@ -187,10 +190,6 @@ namespace direct_bt {
/**
* A packed 48 bit EUI-48 identifier, formerly known as MAC-48
* or simply network device MAC address (Media Access Control address).
- * <p>
- * Since we utilize this type within *ioctl* _and_ our high-level *types*,
- * declaration is not within our *direct_bt* namespace.
- * </p>
*/
__pack ( struct EUI48 {
/** EUI48 MAC address matching any device, i.e. `0:0:0:0:0:0`. */