Bluetooth LE Stack
le_device_db_encryption_get()
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
le_device_db_encryption_get()
le_device_db_encryption_get() function
get remote encryption info index ediv rand ltk key size authenticated authorized @breif secure_connection
Syntax
Show:
Summary
Declaration
Definition
from
le_device_db.h:136
void
le_device_db_encryption_get
(
int
index
,
uint16_t
*
ediv
,
uint8_t
rand
[
8
]
,
sm_key_t
ltk
,
int
*
key_size
,
int
*
authenticated
,
int
*
authorized
,
int
*
secure_connection
)
;
Implemented in
le_device_db_tlv.c:330
Arguments
Argument
index
ediv
rand
ltk
key_size
authenticated
authorized
secure_connection
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