diff options
-rw-r--r-- | api/direct_bt/ATTPDUTypes.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/direct_bt/ATTPDUTypes.hpp b/api/direct_bt/ATTPDUTypes.hpp index 758010a4..ed4a6211 100644 --- a/api/direct_bt/ATTPDUTypes.hpp +++ b/api/direct_bt/ATTPDUTypes.hpp @@ -415,6 +415,8 @@ namespace direct_bt { case Opcode::EXECUTE_WRITE_RSP: [[fallthrough]]; case Opcode::READ_MULTIPLE_VARIABLE_RSP: + [[fallthrough]]; + case Opcode::HANDLE_VALUE_CFM: // A response from master/gatt-client to slave/gatt-server return OpcodeType::RESPONSE; case Opcode::EXCHANGE_MTU_REQ: @@ -444,8 +446,6 @@ namespace direct_bt { case Opcode::READ_MULTIPLE_VARIABLE_REQ: [[fallthrough]]; case Opcode::SIGNED_WRITE_CMD: - [[fallthrough]]; - case Opcode::HANDLE_VALUE_CFM: // A response from master/gatt-client to slave/gatt-server return OpcodeType::REQUEST; default: |