diff options
author | Sven Gothel <[email protected]> | 2020-08-23 16:32:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-08-23 16:32:49 +0200 |
commit | 9ced6e129123838ff00e2cd119ecc68d24031b11 (patch) | |
tree | 006ec08d869a6e03726d2eb623df6a5f2822de24 /api | |
parent | ec37c69036a531de3080e53f0392f530e253da99 (diff) |
HCIStatusCode: Add and use INTERNAL_TIMEOUT, denoting a read response timeout we realized (HCI_COMMAND_REPLY_TIMEOUT 3s currently)
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/HCITypes.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/direct_bt/HCITypes.hpp b/api/direct_bt/HCITypes.hpp index 5f307509..3c06443c 100644 --- a/api/direct_bt/HCITypes.hpp +++ b/api/direct_bt/HCITypes.hpp @@ -164,6 +164,7 @@ namespace direct_bt { OPERATION_CANCELLED_BY_HOST = 0x44, PACKET_TOO_LONG = 0x45, + INTERNAL_TIMEOUT = 0xfd, INTERNAL_FAILURE = 0xfe, UNKNOWN = 0xff }; |