diff options
author | Sven Gothel <[email protected]> | 2020-11-08 03:15:21 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-11-08 03:15:21 +0100 |
commit | 25fd7739be4840583a12a068bab0ebe56574b432 (patch) | |
tree | 58c5c0bc88d62ee39b31dc7b3c2f3f3960468136 | |
parent | 3d88ea91c0ec9e9be014917140cbded31b12a3fe (diff) |
L2CAPIoctl.hpp: Add detailed sockaddr_l2 reference for PSM and CID
-rw-r--r-- | api/direct_bt/L2CAPIoctl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/L2CAPIoctl.hpp b/api/direct_bt/L2CAPIoctl.hpp index 0c24b068..442dd5b7 100644 --- a/api/direct_bt/L2CAPIoctl.hpp +++ b/api/direct_bt/L2CAPIoctl.hpp @@ -119,7 +119,7 @@ extern "C" { /** * L2CAP socket address * <p> - * BT Core Spec v5.2: Vol 3, Part A: L2CAP_CONNECTION_REQ + * BT Core Spec v5.2: Vol 3, Part A: 4.2 L2CAP_CONNECTION_REQ * </p> */ struct sockaddr_l2 { |