Bluetooth LE Stack
att_db_util_hash_calc()
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
att_db_util_hash_calc()
att_db_util_hash_calc() function
Calculate GATT Database Hash using crypto engine
Syntax
Show:
Summary
Declaration
Definition
from
att_db_util.h:185
void
att_db_util_hash_calc
(
btstack_crypto_aes128_cmac_t
*
request
,
uint8_t
*
db_hash
,
void
(
*
callback
)
(
void
*
arg
)
,
void
*
callback_arg
)
;
Implemented in
att_db_util.c:392
Arguments
Argument
request
db_hash
callback
callback_arg
Related Functions
Found 5 other functions taking a
btstack_crypto_aes128_cmac_t
argument:
Function
Description
btstack_crypto_cmac_get_byte()
btstack_crypto_aes128_cmac_generator()
Calculate Cipher-based Message Authentication Code (CMAC) using AES128 and a generator function to provide data
btstack_crypto_aes128_cmac_message()
Calculate Cipher-based Message Authentication Code (CMAC) using AES128 and complete message
btstack_crypto_aes128_cmac_zero()
Calculate AES128-CMAC with key ZERO and complete message
btstack_crypto_cmac_calc()
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