Bluetooth LE Stack
le_device_db_tlv_configure()
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
le_device_db_tlv_configure()
le_device_db_tlv_configure() function
configure le device db for use with btstack tlv instance
Syntax
Show:
Summary
Declaration
Definition
from
le_device_db_tlv.h:61
void
le_device_db_tlv_configure
(
const
btstack_tlv_t
*
btstack_tlv_impl
,
void
*
btstack_tlv_context
)
;
Implemented in
le_device_db_tlv.c:479
Arguments
Argument
Description
btstack_tlv_impl
to use
btstack_tlv_context
Related Functions
Found 2 other functions taking a
btstack_tlv_t
argument:
Function
Description
btstack_tlv_get_instance()
Get current TLV implementation. Used for bonding information, but can be used by application, too.
btstack_tlv_set_instance()
Make TLV implementation available to BTstack components via Singleton
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