Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove ↵ | Sven Gothel | 2022-04-11 | 1 | -6/+2 |
| | | | | redundant and unrelated BTGattDesc::Type | ||||
* | BTGattDesc::toString(): Only leave 'override' for the virtual parent, never ↵ | Sven Gothel | 2021-11-13 | 1 | -1/+1 |
| | | | | declare override virtual for safety | ||||
* | [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from ↵ | Sven Gothel | 2021-10-13 | 1 | -0/+3 |
| | | | | | | descriptor) GattDesc.cpp: Convert TYPE* to std::shared_ptr<jau::uuid_t> (missed in prev commit) | ||||
* | BTGattDesc: Have TYPE_* static const be of versatile ↵ | Sven Gothel | 2021-10-13 | 1 | -5/+5 |
| | | | | std::shared_ptr<jau::uuid_t>; [BT|DB]GattChar::getClientCharConfig() is const | ||||
* | Refine API doc of BTGatt[Service|Char|Desc]; BTDevice: Use typedef'ed BTGatt*Ref | Sven Gothel | 2021-10-10 | 1 | -0/+2 |
| | |||||
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 1 | -1/+3 |
| | |||||
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for ↵ | Sven Gothel | 2021-09-18 | 1 | -8/+8 |
| | | | | | | | | | general use. Notable, the java classes EUI48, EUI48Sub and BasicTypes are included in direct_bt's jar file to avoid any inconvenience. Hence BTUtils's byte[s]HexString(..) simply uses jaulib's BasicTypes s' implementation. | ||||
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> ↵ | Sven Gothel | 2021-01-25 | 1 | -0/+187 |
Char] etc (align naming with direct_bt == java; reduce java code footprint and too long code lines) |