diff options
author | Sven Gothel <[email protected]> | 2021-10-15 07:30:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-10-15 07:30:50 +0200 |
commit | ba532125142d8d409e79b605e7274b52fd34f00f (patch) | |
tree | 1caaae5303a96f16fc26604240ab5133edce68a4 /README.md | |
parent | 3929d33c666f046f157b77d99ea9ab34ddbe688a (diff) |
README.md: Mention Peripheral Example C++/Java; Sync both
The Java example is currently not yet working ...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -201,12 +201,15 @@ A guide for getting started with *Direct-BT* on C++ and Java may follow up. ### Examples *Direct-BT* [C++ examples](https://jausoft.com/projects/direct_bt/build/documentation/cpp/html/examples.html) -are available, [dbt_scanner10.cpp](https://jausoft.com/projects/direct_bt/build/documentation/cpp/html/dbt_scanner10_8cpp-example.html) -demonstrates the event driven and multithreading workflow. +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* + *Direct-BT* [Java examples](https://jausoft.com/projects/direct_bt/build/documentation/java/html/examples.html) -are availble, [DBTScanner10.java](https://jausoft.com/projects/direct_bt/build/documentation/java/html/DBTScanner10_8java-example.html) -demonstrates the event driven and multithreading workflow - matching *dbt_scanner10.cpp*. +are availble, demonstrates the event driven and multithreading workflow: +- [DBTScanner10.java](https://jausoft.com/projects/direct_bt/build/documentation/java/html/DBTScanner10_8java-example.html), matching *dbt_scanner10.cpp*. +- [DBTPeripheral00.java](https://jausoft.com/projects/direct_bt/build/documentation/java/html/DBTPeripheral00_8java-example.html), matching *dbt_peripheral00.cpp*. ## Building *Direct-BT* |