diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/ATTPDUTypes.hpp | 6 | ||||
-rw-r--r-- | api/direct_bt/BTAddress.hpp | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/api/direct_bt/ATTPDUTypes.hpp b/api/direct_bt/ATTPDUTypes.hpp index 7c58848e..ffabec20 100644 --- a/api/direct_bt/ATTPDUTypes.hpp +++ b/api/direct_bt/ATTPDUTypes.hpp @@ -87,6 +87,11 @@ * * - - - - - - - - - - - - - - - * + * A fully event driven workflow from discovery to GATT programming is supported. + * + * AdapterStatusListener allows listening to adapter changes and device discovery + * and GATTCharacteristicListener to GATT indications and notifications. + * * Main event listener can be attached to these objects * which maintain a set of unique listener instances without duplicates. * @@ -99,6 +104,7 @@ * Other API attachment method exists for GATTCharacteristicListener, * however, they only exists for convenience and end up to be attached to GATTHandler. * + * * - - - - - - - - - - - - - - - * * BT Core Spec v5.2: Vol 3, Part A L2CAP Spec: 7.9 PRIORITIZING DATA OVER HCI diff --git a/api/direct_bt/BTAddress.hpp b/api/direct_bt/BTAddress.hpp index bac15bf1..a9cd1bdb 100644 --- a/api/direct_bt/BTAddress.hpp +++ b/api/direct_bt/BTAddress.hpp @@ -39,10 +39,8 @@ namespace direct_bt { * - EUI-48 or MAC (6 octets) * * 2) BT public address used as BD_ADDR for the LE physical channel is defined in Vol 6, Part B 1.3 - * </pre> - * <p> - * BT Core Spec v5.2: Vol 3, Part C Generic Access Profile (GAP): 15.1.1.2 Random Bluetooth address - * <pre> + * BT Core Spec v5.2: Vol 3, Part C Generic Access Profile (GAP): 15.1.1.2 Random Bluetooth address + * * 3) BT random address used as BD_ADDR on the LE physical channel is defined in Vol 3, Part C 10.8 * </pre> */ |