Bluetooth LE Stack
btstack_crypto_operation_t
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
btstack_crypto_operation_t
btstack_crypto_operation_t enum
Syntax
Show:
Summary
Declaration
from
btstack_crypto.h:57
enum
{
BTSTACK_CRYPTO_RANDOM
,
BTSTACK_CRYPTO_AES128
,
BTSTACK_CRYPTO_CMAC_GENERATOR
,
BTSTACK_CRYPTO_CMAC_MESSAGE
,
BTSTACK_CRYPTO_ECC_P256_GENERATE_KEY
,
BTSTACK_CRYPTO_ECC_P256_CALCULATE_DHKEY
,
BTSTACK_CRYPTO_CCM_DIGEST_BLOCK
,
BTSTACK_CRYPTO_CCM_ENCRYPT_BLOCK
,
BTSTACK_CRYPTO_CCM_DECRYPT_BLOCK
,
}
;
Values
Value
Declared as
btstack_crypto_operation_t::BTSTACK_CRYPTO_RANDOM
btstack_crypto_operation_t::BTSTACK_CRYPTO_AES128
btstack_crypto_operation_t::BTSTACK_CRYPTO_CMAC_GENERATOR
btstack_crypto_operation_t::BTSTACK_CRYPTO_CMAC_MESSAGE
btstack_crypto_operation_t::BTSTACK_CRYPTO_ECC_P256_GENERATE_KEY
btstack_crypto_operation_t::BTSTACK_CRYPTO_ECC_P256_CALCULATE_DHKEY
btstack_crypto_operation_t::BTSTACK_CRYPTO_CCM_DIGEST_BLOCK
btstack_crypto_operation_t::BTSTACK_CRYPTO_CCM_ENCRYPT_BLOCK
btstack_crypto_operation_t::BTSTACK_CRYPTO_CCM_DECRYPT_BLOCK
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out