| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BTGattHandler/AttPDU: Use safe MAX_ATT_MTU = 512 + 1 for opcode, not for othe... | Sven Gothel | 2021-10-18 | 3 | -5/+12 |
* | Add DBGattServer::att_mtu, enabling custom max ATT_MTU size (also used for te... | Sven Gothel | 2021-10-16 | 1 | -1/+4 |
* | MAX_ATT_MTU = 512 (attribute value length) + 5 | Sven Gothel | 2021-10-16 | 1 | -4/+4 |
* | Adding DBGattServer::Listener allowing server application to react on remote ... | Sven Gothel | 2021-10-16 | 1 | -10/+73 |
* | AttReadNRsp: Add value_offset argument, defaults to 0. Supporting the partial... | Sven Gothel | 2021-10-15 | 1 | -3/+4 |
* | DBGattService::setHandles(): Fix end_handle, i.e. it is inclusive, hence next... | Sven Gothel | 2021-10-14 | 1 | -2/+2 |
* | Move BTGattChar::PropertyBitVal to_string() out of class and add free standin... | Sven Gothel | 2021-10-14 | 1 | -8/+18 |
* | Fix AttElementList (Response) writing (peripheral): Have 'virtual setElementS... | Sven Gothel | 2021-10-14 | 1 | -67/+56 |
* | [BT|DB]GattChar::toString(): Add UTF8 user-description if available | Sven Gothel | 2021-10-13 | 1 | -2/+9 |
* | [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de... | Sven Gothel | 2021-10-13 | 3 | -3/+32 |
* | BTGattDesc: Have TYPE_* static const be of versatile std::shared_ptr<jau::uui... | Sven Gothel | 2021-10-13 | 3 | -9/+9 |
* | GattAttributeType: Reorder by value | Sven Gothel | 2021-10-13 | 1 | -7/+6 |
* | Fix AttFindInfoRsp: setElementSize() set format-code, not TypeSize; setElemen... | Sven Gothel | 2021-10-13 | 1 | -4/+12 |
* | BTGattHandler: Add replyAttPDUReq() for requests[ReadByGroupTypeReq, ReadByTy... | Sven Gothel | 2021-10-12 | 1 | -10/+21 |
* | GattAttributeType: Add API-doc details for usage | Sven Gothel | 2021-10-12 | 1 | -2/+5 |
* | DBGattServer.hpp: Add DBGattChar::end_handle to simplify processing; add DBGa... | Sven Gothel | 2021-10-12 | 2 | -6/+41 |
* | AttPDUMsg*: Enable full bidirectional support for Gatt-Server; Enhance API do... | Sven Gothel | 2021-10-12 | 1 | -189/+343 |
* | BTGattHandler: Pass through user's DBGattServer reference if GATTRole::Server | Sven Gothel | 2021-10-10 | 2 | -0/+12 |
* | BTAdapter: Remove setDiscoverable() and setBondable() (-> startAdvertising() ... | Sven Gothel | 2021-10-10 | 1 | -10/+0 |
* | Prelim add DBGatt[Server, Service, Char, Desc] Java classes (WIP) | Sven Gothel | 2021-10-10 | 1 | -3/+3 |
* | DBGattServer.hpp: Add and use DBGattServer, a complete list of Gatt Service o... | Sven Gothel | 2021-10-10 | 2 | -18/+89 |
* | Refine API doc of BTGatt[Service|Char|Desc]; BTDevice: Use typedef'ed BTGatt*Ref | Sven Gothel | 2021-10-10 | 5 | -20/+41 |
* | Removed TinyB API artifacts, fix copyright notice. Add README.md 'Direct-BT O... | Sven Gothel | 2021-10-10 | 1 | -12/+0 |
* | Gatt-Server: Add DBGattServer.hpp, covering DBGattDesc, DBGattChar and DBGatt... | Sven Gothel | 2021-10-07 | 1 | -0/+304 |
* | Gatt-Server: Fix AttErrorRsp; Better grouping of AttPDUs: OpcodeType and ReqR... | Sven Gothel | 2021-10-07 | 2 | -20/+84 |
* | BTAdapter::startAdvertising(): Adjust for BT5 bigger adv param size (even if ... | Sven Gothel | 2021-10-07 | 1 | -0/+5 |
* | HCIHandler::le_set_[adv|scanrsp]_data(): Trim the packet param size, otherwis... | Sven Gothel | 2021-10-07 | 1 | -0/+15 |
* | Fix hci_cp_le_set_ext_adv_data and hci_cp_le_set_ext_scan_rsp_data: Use HCI_M... | Sven Gothel | 2021-10-07 | 2 | -4/+16 |
* | SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo... | Sven Gothel | 2021-10-06 | 1 | -20/+33 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 3 | -23/+11 |
* | Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names | Sven Gothel | 2021-10-05 | 5 | -91/+94 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 9 | -27/+36 |
* | BTGattService: Clarify fields; BTGatt*::toString(): Add type prefix | Sven Gothel | 2021-10-03 | 1 | -6/+6 |
* | BTGattChar: Remove redundant service_handle (reference to service is held), c... | Sven Gothel | 2021-10-02 | 1 | -10/+2 |
* | BTManager: SET_POWERED: Give a more generous timeout of 6s (normal 3s) to tol... | Sven Gothel | 2021-10-01 | 1 | -1/+26 |
* | BTAdapter: Only power-off at close() IF BTAdapter::initialize() has actually ... | Sven Gothel | 2021-10-01 | 1 | -7/+12 |
* | API-Doc: Fix link to jau::getCurrentMilliseconds() for notification/indicatio... | Sven Gothel | 2021-09-30 | 1 | -4/+4 |
* | Notification/Indication timestamp clarification: 'monotonic timestamp at rece... | Sven Gothel | 2021-09-30 | 1 | -4/+4 |
* | Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati... | Sven Gothel | 2021-09-29 | 2 | -1/+23 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 6 | -44/+178 |
* | Resove BTAdapter::checkDiscoveryState() failure @ close() | Sven Gothel | 2021-09-27 | 1 | -1/+5 |
* | BTAdapter::updateAdapterSettings(): Shall only call poweredOff(..) off-thread... | Sven Gothel | 2021-09-27 | 1 | -1/+1 |
* | Add BTGattHandler::getCharListenerCount() to validate [add|remove]CharListene... | Sven Gothel | 2021-09-26 | 1 | -0/+5 |
* | L2CAPComm::ExitCode -> RWExitCode | Sven Gothel | 2021-09-26 | 1 | -15/+18 |
* | BTAdapter::poweredOff: Fix passiv behavior, no ERR_PRINT (only if !isValid())... | Sven Gothel | 2021-09-25 | 1 | -2/+3 |
* | Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI... | Sven Gothel | 2021-09-24 | 1 | -41/+83 |
* | HCIHandler/BTAdapter/BTDevice: Add le_set[_default]_phy(..) / set[Connected|D... | Sven Gothel | 2021-09-24 | 5 | -8/+162 |
* | HCIHandler::le_read_phy(..)/BTDevice::getConnectedLE_PHY(..): Use orig HCI ar... | Sven Gothel | 2021-09-24 | 2 | -14/+16 |
* | Added HCIHandler::check_open_connection(..): Reuse same state and param check... | Sven Gothel | 2021-09-24 | 1 | -0/+18 |
* | HCIHandler/BTDevice: Enhance API doc on conn_latency and supervision_timeout;... | Sven Gothel | 2021-09-23 | 3 | -4/+13 |