| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce BTGattHandler::GattServerHandler and DBGattServer::Mode for alterna... | Sven Gothel | 2022-02-02 | 1 | -7/+60 |
* | DBGatt[Char|Desc] (Server): Add setValue(..), allowing user to safely overwri... | Sven Gothel | 2022-01-28 | 1 | -6/+32 |
* | Add DBGattServer::Listener::write[Char|Desc]ValueDone() (C++/Java), notifyies... | Sven Gothel | 2022-01-24 | 1 | -0/+23 |
* | Enhance API doc: DBGattServer::Listener (C++) and DBGattServer.Listener (java) | Sven Gothel | 2022-01-24 | 1 | -0/+13 |
* | Fix DBGattServer::max_att_mtu setup: Constrain over minimum of 512+1, value -... | Sven Gothel | 2022-01-01 | 1 | -2/+2 |
* | Java JNI: Implement DBGattServer.Listener incl DBGattServer.[add|remove]Liste... | Sven Gothel | 2021-11-15 | 1 | -1/+0 |
* | DBGattServer.hpp: DBGatt[Desc|Char|Service|Server]: Use jau::JavaUplink for o... | Sven Gothel | 2021-11-15 | 1 | -12/+29 |
* | Complete DBGattServer Lifecycle: Add DBGatt* dtor on Java side; Remove BTAdap... | Sven Gothel | 2021-11-14 | 1 | -0/+7 |
* | DBGatt[Desc|Char|Service]: Use mutable and const field accessors; Remove Java... | Sven Gothel | 2021-11-13 | 1 | -72/+134 |
* | DBGatt[Desc|Char|Service]: Use shared_ptr references to support Java binding ... | Sven Gothel | 2021-11-13 | 1 | -75/+114 |
* | DBGatt[Char|Desc]::variable_length defaults to false; Add DBGattValue.java co... | Sven Gothel | 2021-11-09 | 1 | -4/+16 |
* | DBGatt[Char|Desc]::toString(): Show utf8 string | Sven Gothel | 2021-11-09 | 1 | -2/+8 |
* | DBGattServer.hpp: Reorder methods a little (readability) | Sven Gothel | 2021-11-09 | 1 | -26/+26 |
* | DBGattServer::Listener: Fix API doc | Sven Gothel | 2021-11-08 | 1 | -11/+6 |
* | DBGattServer::Listener: Add connected() and mtuChanged(): Supporting using pr... | Sven Gothel | 2021-11-08 | 1 | -2/+24 |
* | BTGattHandler::send[Indi|Notifi]cation(): Constring handle to be of character... | Sven Gothel | 2021-11-03 | 1 | -0/+18 |
* | DBGattServer: Add convenience functions to zero values and reset ClientCharCo... | Sven Gothel | 2021-10-28 | 1 | -0/+25 |
* | Add DBGattServer::Listener::disconnect(..) for cleanup, example: Full cleanup... | Sven Gothel | 2021-10-27 | 1 | -0/+23 |
* | DBGattServer / dbt_peripheral00: Use jau::make_darray(..) for proper move-sem... | Sven Gothel | 2021-10-24 | 1 | -32/+92 |
* | DBGattServer::Listener::clientCharConfigChanged() Use const qualifier; dbt_pe... | Sven Gothel | 2021-10-19 | 1 | -1/+1 |
* | Add DBGattServer::Listener::clientCharConfigChanged(..) | Sven Gothel | 2021-10-19 | 1 | -0/+12 |
* | DBGattServer:: Add 'variable_length' Desc/Char attribute, add DBGattDesc::cre... | Sven Gothel | 2021-10-19 | 1 | -10/+66 |
* | BTGattHandler/AttPDU: Use safe MAX_ATT_MTU = 512 + 1 for opcode, not for othe... | Sven Gothel | 2021-10-18 | 1 | -1/+3 |
* | Add DBGattServer::att_mtu, enabling custom max ATT_MTU size (also used for te... | Sven Gothel | 2021-10-16 | 1 | -1/+4 |
* | Adding DBGattServer::Listener allowing server application to react on remote ... | Sven Gothel | 2021-10-16 | 1 | -10/+73 |
* | DBGattService::setHandles(): Fix end_handle, i.e. it is inclusive, hence next... | Sven Gothel | 2021-10-14 | 1 | -2/+2 |
* | [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 | 1 | -3/+18 |
* | BTGattDesc: Have TYPE_* static const be of versatile std::shared_ptr<jau::uui... | Sven Gothel | 2021-10-13 | 1 | -3/+3 |
* | DBGattServer.hpp: Add DBGattChar::end_handle to simplify processing; add DBGa... | Sven Gothel | 2021-10-12 | 1 | -6/+39 |
* | 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 | 1 | -16/+79 |
* | Refine API doc of BTGatt[Service|Char|Desc]; BTDevice: Use typedef'ed BTGatt*Ref | Sven Gothel | 2021-10-10 | 1 | -10/+25 |
* | Gatt-Server: Add DBGattServer.hpp, covering DBGattDesc, DBGattChar and DBGatt... | Sven Gothel | 2021-10-07 | 1 | -0/+304 |