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