| Commit message (Expand) | Author | Age | Files | Lines |
* | MgmtTypes: LTK, IRK and LK: Add BDAddressAndType::getBLERandomAddressTypeStri... | Sven Gothel | 2022-01-01 | 1 | -0/+14 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 1 | -272/+22 |
* | BLERandomAddressType: API doc: Add more details. | Sven Gothel | 2021-09-18 | 1 | -2/+8 |
* | C++: EUI48Sub add: hash_code(), clear(), indexOf(), contains(), operator==() ... | Sven Gothel | 2021-07-30 | 1 | -6/+120 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 1 | -0/+1 |
* | API String Conversion Simplification: get.*String() -> direct_bt::to_string()... | Sven Gothel | 2021-02-10 | 1 | -8/+12 |
* | C++: Promote L2CAP_PSM, L2CAP_CID, .. to 'enum class'; Minor constexpr enhanc... | Sven Gothel | 2021-02-08 | 1 | -2/+3 |
* | Fix EUI48 doc (it is within direct_bt namespace); Add EUI48Sub API doc | Sven Gothel | 2021-02-05 | 1 | -4/+3 |
* | C++: Replace {@code lala} with `lala` as it confuses Doxygen preprocessor par... | Sven Gothel | 2021-02-05 | 1 | -7/+7 |
* | Example Scanner10 (C++/Java): Support Security setting per device BDAddressAn... | Sven Gothel | 2021-01-27 | 1 | -0/+6 |
* | Added EUI48Sub and EUI48::indexOf(const EUI48Sub& other) and contains(const E...v2.2.0 | Sven Gothel | 2021-01-25 | 1 | -3/+72 |
* | Fix operator==(const EUI48& lhs, const EUI48& rhs): Sloppy typo lhs -> rhs fo... | Sven Gothel | 2020-12-25 | 1 | -4/+1 |
* | Revamp native + java types: EUI48 and add BDAddressAndType | Sven Gothel | 2020-12-12 | 1 | -22/+200 |
* | Use jau/packed_attribute.hpp; MgmtTypes.hpp: Encapsulate Cmd and Event data M... | Sven Gothel | 2020-11-10 | 1 | -2/+4 |
* | BTAddress.hpp: BDAddressType: Promote to scoped enum | Sven Gothel | 2020-11-08 | 1 | -3/+7 |
* | EUI48: Use constexpr; *Octets: support uint64_t and jau::uint[128, 192, 256]_t | Sven Gothel | 2020-11-03 | 1 | -3/+3 |
* | BTAddress: Add isLE* and isBREDR* constexpr queries | Sven Gothel | 2020-10-07 | 1 | -0/+12 |
* | C++: First round propagating noexcept: Adding nocheck '_nc' variants in Octet... | Sven Gothel | 2020-09-14 | 1 | -12/+12 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 1 | -4/+2 |
* | EUI48::getBLERandomAddressType(): Pass BDAddressType, to only return a valid ... | Sven Gothel | 2020-07-03 | 1 | -4/+2 |
* | Support BDADDR_LE_RANDOM (p1.2): Add HCILEPeerAddressType/HCILEOwnAddressType... | Sven Gothel | 2020-07-02 | 1 | -4/+14 |
* | Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre... | Sven Gothel | 2020-07-02 | 1 | -60/+116 |
* | BTAddress: Add 'BDAddressType getBDAddressType(const HCIAddressType hciAddrTy... | Sven Gothel | 2020-06-24 | 1 | -0/+1 |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -6/+12 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 1 | -0/+109 |