diff options
author | Sven Gothel <[email protected]> | 2020-09-03 14:15:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-03 14:19:25 +0200 |
commit | cd2a94ce9b14eb1ac7e9f030cba4fbe6781d858b (patch) | |
tree | 5445db786e2e6120fa6fae9a0ed3ec84c6e3e610 /api/direct_bt/BTAddress.hpp | |
parent | f268d65e9ca7372ee22a6aad20b9b6af9d667ebf (diff) |
README: More detailed Direct-BT description (event driven, build depenencies, build, ..); Add \example tag in examples.
For unknown reason, examples are not visible in result.
Diffstat (limited to 'api/direct_bt/BTAddress.hpp')
-rw-r--r-- | api/direct_bt/BTAddress.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
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> */ |