aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dbt_repeater00.cpp
Commit message (Expand)AuthorAgeFilesLines
* Examples: Only attempt using LE_PHYs::LE_2M if BT.major > 4, to keep the logs...Sven Gothel2022-04-111-3/+3
* No need for BTAdapter::removeDiscoveredDevices() for server nor client before...Sven Gothel2022-04-091-3/+0
* dbt_repeater: Simplify myChangedAdapterSetFunc(..)Sven Gothel2022-02-061-12/+4
* FwdGattServerHandler::close(): Shall not disconnect fwdServer (esp in same th...Sven Gothel2022-02-051-1/+25
* Add BTGattHandler::NativeGattCharLister::mtuResponse(..) for high level info;...Sven Gothel2022-02-051-1/+20
* dbt_repeater00: Fixed intendation for message (post from[*] -> to[*])Sven Gothel2022-02-051-3/+3
* BTGattHandler::NativeGattCharListener: Add optional low- and high-level user ...Sven Gothel2022-02-051-30/+83
* Add invocation example to dbt_peripheral00.cpp and dbt_repeater00.cpp (and re...Sven Gothel2022-02-051-0/+8
* Adding dbt_repeater00, example implementing a GATT repeaterSven Gothel2022-02-021-0/+953