Bluetooth LE Stack
le_device_db_info()
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_info()
le_device_db_info() function
get device information: addr type and address needed to identify device
Syntax
Show:
Summary
Declaration
Definition
from
le_device_db.h:109
void
le_device_db_info
(
int
index
,
int
*
addr_type
,
bd_addr_t
addr
,
sm_key_t
irk
)
;
Implemented in
le_device_db_tlv.c:283
Arguments
Argument
Description
index
addr_type
addr
irk
of the device
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