diff --git a/bumble/device.py b/bumble/device.py index df5cffd9..e56e34e3 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -1193,8 +1193,8 @@ class Device(CompositeEventEmitter): HCI_MITM_REQUIRED_NO_BONDING_AUTHENTICATION_REQUIREMENTS ), ( - HCI_MITM_NOT_REQUIRED_DEDICATED_BONDING_AUTHENTICATION_REQUIREMENTS, - HCI_MITM_REQUIRED_DEDICATED_BONDING_AUTHENTICATION_REQUIREMENTS + HCI_MITM_NOT_REQUIRED_GENERAL_BONDING_AUTHENTICATION_REQUIREMENTS, + HCI_MITM_REQUIRED_GENERAL_BONDING_AUTHENTICATION_REQUIREMENTS ) )[1 if pairing_config.bonding else 0][1 if pairing_config.mitm else 0] diff --git a/docs/mkdocs/src/apps_and_tools/gatt_dump.md b/docs/mkdocs/src/apps_and_tools/gatt_dump.md new file mode 100644 index 00000000..c9d13b68 --- /dev/null +++ b/docs/mkdocs/src/apps_and_tools/gatt_dump.md @@ -0,0 +1,2 @@ +GATT DUMP TOOL +============== diff --git a/docs/mkdocs/src/apps_and_tools/index.md b/docs/mkdocs/src/apps_and_tools/index.md index e2bd67f2..cd8b346f 100644 --- a/docs/mkdocs/src/apps_and_tools/index.md +++ b/docs/mkdocs/src/apps_and_tools/index.md @@ -5,6 +5,8 @@ Included in the project are a few apps and tools, built on top of the core libra These include: * [Console](console.md) - an interactive text-based console + * [Pair](pair.md) - Pair/bond two devices (LE and Classic) + * [Unbond](unbond.md) - Remove a previously established bond * [HCI Bridge](hci_bridge.md) - a HCI transport bridge to connect two HCI transports and filter/snoop the HCI packets * [Golden Gate Bridge](gg_bridge.md) - a bridge between GATT and UDP to use with the Golden Gate "stack tool" * [Show](show.md) - Parse a file with HCI packets and print the details of each packet in a human readable form diff --git a/docs/mkdocs/src/apps_and_tools/pair.md b/docs/mkdocs/src/apps_and_tools/pair.md new file mode 100644 index 00000000..7a5ba30c --- /dev/null +++ b/docs/mkdocs/src/apps_and_tools/pair.md @@ -0,0 +1,2 @@ +PAIR TOOL +========= diff --git a/docs/mkdocs/src/apps_and_tools/show.md b/docs/mkdocs/src/apps_and_tools/show.md index e69de29b..a847326b 100644 --- a/docs/mkdocs/src/apps_and_tools/show.md +++ b/docs/mkdocs/src/apps_and_tools/show.md @@ -0,0 +1,2 @@ +SHOW TOOL +========= diff --git a/docs/mkdocs/src/apps_and_tools/unbond.md b/docs/mkdocs/src/apps_and_tools/unbond.md new file mode 100644 index 00000000..60edd155 --- /dev/null +++ b/docs/mkdocs/src/apps_and_tools/unbond.md @@ -0,0 +1,2 @@ +UNBOND TOOL +===========