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