diff options
author | Sven Gothel <[email protected]> | 2020-09-25 09:45:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-25 09:45:49 +0200 |
commit | 4cbd5badeeca71ed0814b61feb80026838eb4240 (patch) | |
tree | d921836eb9b0657bb6b0f4bee29e878dc410e171 /README.md | |
parent | f8d2385b633ae7fd56c0c757c934f4ea89ecdd5f (diff) |
Java Example: Rename ScannerTinyB10 -> DBTScanner10: Requiring Direct-BT, name aligned with dbt_scanner10.cpp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,7 +129,7 @@ are available, [dbt_scanner10.cpp](https://jausoft.com/projects/direct_bt/build/ demonstrates the event driven and multithreading workflow. *Direct-BT* [Java examples](https://jausoft.com/projects/direct_bt/build/documentation/java/html/examples.html) -are availble, [ScannerTinyB10.java](https://jausoft.com/projects/direct_bt/build/documentation/java/html/ScannerTinyB10_8java-example.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*. A guide for getting started with *TinyB* on Java is available from Intel: @@ -263,7 +263,7 @@ make doc Changes ============ -**2.1.26 Early *Direct-BT* Maturity (Bluetooth LE)** +**2.1.29 Early *Direct-BT* Maturity (Bluetooth LE)** * Reaching robust implementation state of *Direct-BT*, including recovery from L2CAP transmission breakdown on Raspberry Pi. * Resolved race conditions on rapid device discovery and connect, using one thread per device. |