aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-02-02 17:20:36 +0100
committerSven Gothel <[email protected]>2022-02-02 17:20:36 +0100
commita665b7fa5e9c30b7683a3ad5c610ddc44fa3e649 (patch)
tree2b83619d68f5bf2d94a2f1de6959426fcf51b1cb /README.md
parent4741d4e13d5ef7ed3e057f97e3fd8da2ef9473fe (diff)
Adding dbt_repeater00, example implementing a GATT repeater
, i.e. forwarding client requests to a GATT server and passing the results back. Code uses DBGattServer::Mode::FWD
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f6bf335..8949b6a7 100644
--- a/README.md
+++ b/README.md
@@ -205,6 +205,7 @@ A guide for getting started with *Direct-BT* on C++ and Java may follow up.
are available, demonstrating the event driven and multithreading workflow:
- [dbt_scanner10.cpp](https://jausoft.com/projects/direct_bt/build/documentation/cpp/html/dbt_scanner10_8cpp-example.html) *Master* with *Gatt-Client*
- [dbt_peripheral00.cpp](https://jausoft.com/projects/direct_bt/build/documentation/cpp/html/dbt_peripheral00_8cpp-example.html) *Peripheral* with *GATT-Server*
+- [dbt_repeater00.cpp](https://jausoft.com/projects/direct_bt/build/documentation/cpp/html/dbt_repeater00_8cpp-example.html) *Repeater* forwading between *GATT-Server* and *-Client*
*Direct-BT* [Java examples](https://jausoft.com/projects/direct_bt/build/documentation/java/html/examples.html)