diff options
author | Sven Gothel <[email protected]> | 2020-10-13 02:56:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-13 02:56:28 +0200 |
commit | e710b13bac1723ea8d5d4bae9e6a361cc7eadc3e (patch) | |
tree | 1952cd7293219aacca76aaf962955d1e7239b548 /java | |
parent | fb9d0436163d8251fc3620b2c8bf6779afe27e39 (diff) |
DBTAdapter::reset(): Utilize HCI host implementation specific reset procedure incl bring-up back into POWERED functional state
Notable: DBTAdapter::poweredOff() shall not close the HCI connection,
as the unique host HCI channel will survive.
Diffstat (limited to 'java')
-rw-r--r-- | java/org/tinyb/BluetoothAdapter.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/org/tinyb/BluetoothAdapter.java b/java/org/tinyb/BluetoothAdapter.java index 20915083..8e4b5b06 100644 --- a/java/org/tinyb/BluetoothAdapter.java +++ b/java/org/tinyb/BluetoothAdapter.java @@ -261,6 +261,11 @@ public interface BluetoothAdapter extends BluetoothObject /** * Reset the adapter. + * <p> + * The semantics are specific to the HCI host implementation, + * however, it shall comply at least with the HCI Reset command + * and bring up the device from standby into a POWERED functional state afterwards. + * </p> * <pre> * BT Core Spec v5.2: Vol 4, Part E HCI: 7.3.2 Reset command * </pre> |