diff options
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> */ |