Bluetooth LE Stack
+
0
/1 examples
SourceVu will show references to
hci_add_event_handler()
from the following samples and libraries:
standalone sample
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
hci_add_event_handler()
hci_add_event_handler() function
Add event packet handler.
Syntax
Show:
Summary
Declaration
Definition
from
hci.h:1437
void
hci_add_event_handler
(
btstack_packet_callback_registration_t
*
callback_handler
)
;
Implemented in
hci.c:4791
Arguments
Argument
callback_handler
Related Functions
Found 5 other functions taking a
btstack_packet_callback_registration_t
argument:
Function
Description
sm_add_event_handler()
Add event packet handler.
l2cap_add_event_handler()
Add event packet handler for LE Connection Parameter Update events
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
hci_add_event_handler()
is referenced by 1 libraries and example projects:
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