Bluetooth LE Stack
le_device_db_entry_t
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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_entry_t
le_device_db_entry_t struct
Syntax
Show:
Summary
Declaration
from
le_device_db_tlv.c:55
typedef
struct
le_device_db_entry_t
{
uint32_t
seq_nr
;
int
addr_type
;
bd_addr_t
addr
;
sm_key_t
irk
;
sm_key_t
ltk
;
uint16_t
ediv
;
uint8_t
rand
[
8
]
;
uint8_t
key_size
;
uint8_t
authenticated
;
uint8_t
authorized
;
uint8_t
secure_connection
;
#ifdef
ENABLE_LE_SIGNED_WRITE
sm_key_t
remote_csrk
;
uint32_t
remote_counter
;
sm_key_t
local_csrk
;
uint32_t
local_counter
;
#endif
}
le_device_db_entry_t
;
Fields
Field
Declared as
le_device_db_entry_t::seq_nr
uint32_t
le_device_db_entry_t::addr_type
int
le_device_db_entry_t::addr
bd_addr_t
le_device_db_entry_t::irk
sm_key_t
le_device_db_entry_t::ltk
sm_key_t
le_device_db_entry_t::ediv
uint16_t
le_device_db_entry_t::rand
uint8_t
[
8
]
le_device_db_entry_t::key_size
uint8_t
le_device_db_entry_t::authenticated
uint8_t
le_device_db_entry_t::authorized
uint8_t
le_device_db_entry_t::secure_connection
uint8_t
Related Functions
Found 2 other functions taking a
le_device_db_entry_t
argument:
Function
le_device_db_tlv_fetch()
le_device_db_tlv_store()
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