Bluetooth LE Stack
l2cap_add_event_handler()
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
l2cap_add_event_handler()
l2cap_add_event_handler() function
Add event packet handler for LE Connection Parameter Update events
Syntax
Show:
Summary
Declaration
Definition
from
l2cap.h:471
void
l2cap_add_event_handler
(
btstack_packet_callback_registration_t
*
callback_handler
)
;
Implemented in
l2cap.c:1018
Arguments
Argument
callback_handler
Related Functions
Found 5 other functions taking a
btstack_packet_callback_registration_t
argument:
Function
Description
hci_add_event_handler()
Add event packet handler.
sm_add_event_handler()
Add event packet handler.
sm_remove_event_handler()
Remove event packet handler.
hci_remove_event_handler()
Remove event packet handler.
l2cap_remove_event_handler()
Remove event packet handler.
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