[tcat] initial commit of bluetooth-based commissioning (#9210)

This commit introduces first implementation of Bluetooth based
comissioning for thread devices.

Co-authored-by: Arnulf Rupp <[email protected]>
Co-authored-by: Piotr Jasinski <[email protected]>
This commit is contained in:
Przemysław Bida
2023-12-04 12:09:25 -08:00
committed by GitHub
co-authored by Arnulf Rupp Piotr Jasinski
parent 3d01ffa65c
commit 5cab15840d
46 changed files with 4068 additions and 214 deletions
+2 -2
View File
@@ -271,7 +271,7 @@ Message::Priority Agent::DscpToPriority(uint8_t aDscp)
return priority;
}
#if OPENTHREAD_CONFIG_DTLS_ENABLE
#if OPENTHREAD_CONFIG_SECURE_TRANSPORT_ENABLE
SecureAgent::SecureAgent(Instance &aInstance)
: Coap::CoapSecure(aInstance)
@@ -329,7 +329,7 @@ bool SecureAgent::HandleResource(const char *aUriPath, Message &aMessage, const
return didHandle;
}
#endif // OPENTHREAD_CONFIG_DTLS_ENABLE
#endif // OPENTHREAD_CONFIG_SECURE_TRANSPORT_ENABLE
} // namespace Tmf
} // namespace ot