diff options
author | Sven Gothel <[email protected]> | 2020-07-17 07:20:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-07-17 07:20:42 +0200 |
commit | 143fc1adfc99821011d02929bf3db2850c6ef207 (patch) | |
tree | 293b3f2f9b483959b5a7c517a32eb9c1ab6b665c | |
parent | 895e6f66941f034518c66091968a8de60f60eadd (diff) |
Direct-BT: Update API doc details: Remove mentioning HCIComm (too low level now)
-rw-r--r-- | api/direct_bt/ATTPDUTypes.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/direct_bt/ATTPDUTypes.hpp b/api/direct_bt/ATTPDUTypes.hpp index 6b062c2f..c62a843a 100644 --- a/api/direct_bt/ATTPDUTypes.hpp +++ b/api/direct_bt/ATTPDUTypes.hpp @@ -50,8 +50,7 @@ * Direct-BT implements the following layers * - DBTManager for adapter management and device discovery * - Using *BlueZ Kernel Manager Control Channel* - * - HCIHandler implements native HCI handling (DBTDevice connect/disconnect w/ tracking, discovery, etc) - * - *Basic HCI* via HCIComm for connection + * - *HCI Handling* via HCIHandler implementing connect/disconnect w/ tracking, discovery, etc * - *ATT PDU* AttPDUMsg via L2CAP for low level packet communication * - *GATT Support* via GATTHandler using AttPDUMsg over L2CAPComm, providing * - GATTService |