add doc structure

This commit is contained in:
Gilles Boccon-Gibod
2022-06-11 12:19:54 -07:00
parent b4e2f21d2a
commit 6e22df4838
6 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -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]
@@ -0,0 +1,2 @@
GATT DUMP TOOL
==============
+2
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
PAIR TOOL
=========
+2
View File
@@ -0,0 +1,2 @@
SHOW TOOL
=========
+2
View File
@@ -0,0 +1,2 @@
UNBOND TOOL
===========