diff options
author | Sven Gothel <[email protected]> | 2020-08-28 23:02:35 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-08-28 23:02:35 +0200 |
commit | b0d05fd7f825bb5d402af0da46d09c9f1aa9981e (patch) | |
tree | 476161fde4443c9f414f61bf0071d5c9f52742ee /examples | |
parent | 4e0dcab5381289e165514310a05d6cd59c42586f (diff) |
DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug.manager.event' -> 'direct_bt.debug.mgmt.event'
Diffstat (limited to 'examples')
-rw-r--r-- | examples/java/ScannerTinyB10.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/java/ScannerTinyB10.java b/examples/java/ScannerTinyB10.java index dcf1d77a..50570456 100644 --- a/examples/java/ScannerTinyB10.java +++ b/examples/java/ScannerTinyB10.java @@ -551,7 +551,7 @@ public class ScannerTinyB10 { "[-bluetoothManager <BluetoothManager-Implementation-Class-Name>] "+ "[-verbose] [-debug] "+ "[-dbt_verbose [true|false]] "+ - "[-dbt_debug [true|false|hci.event,manager.event,adapter.event,gatt.data]] "+ + "[-dbt_debug [true|false|hci.event,mgmt.event,adapter.event,gatt.data]] "+ "[-dbt_mgmt cmd.timeout=3000,ringsize=64,... "+ "[-dbt_hci cmd.complete.timeout=10000,cmd.status.timeout=3000,ringsize=64,... "+ "[-dbt_gatt cmd.read.timeout=500,cmd.write.timeout=500,cmd.init.timeout=2500,ringsize=128,... "+ |