User Credential Capabilities command handlers. More...
#include "CC_UserCredential.h"
Include dependency graph for cc_user_credential_handlers_capabilities.h:Go to the source code of this file.
Macros | |
| #define | CREDENTIAL_CAPABILITIES_REPORT_VG_SIZE |
| Size of a Capabilities Report Variant Group for a single Credential Type. | |
Functions | |
| void | CC_UserCredential_UserCapabilitiesGet_handler (cc_handler_output_t *output) |
| void | CC_UserCredential_CredentialCapabilitiesGet_handler (cc_handler_output_t *output) |
User Credential Capabilities command handlers.
Command handlers that provide capability reports about User Credential functionalities.
SPDX-License-Identifier: BSD-3-Clause SPDX-FileCopyrightText: 2023 Silicon Laboratories Inc.
| #define CREDENTIAL_CAPABILITIES_REPORT_VG_SIZE |
Size of a Capabilities Report Variant Group for a single Credential Type.
| void CC_UserCredential_CredentialCapabilitiesGet_handler | ( | cc_handler_output_t * | output | ) |
Called upon receiving a Credential Capabilities Get frame.
| [out] | output | Pointer to the output containing the Credential Capabilities Report frame. |
| void CC_UserCredential_UserCapabilitiesGet_handler | ( | cc_handler_output_t * | output | ) |
Called upon receiving a User Capabilities Get frame.
| [out] | output | Pointer to the output containing the User Capabilities Report frame. |