Bluetooth LE Stack
hci_remove_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
hci_remove_event_handler()
hci_remove_event_handler() function
Remove event packet handler.
Syntax
Show:
Summary
Declaration
Definition
from
hci.h:1442
void
hci_remove_event_handler
(
btstack_packet_callback_registration_t
*
callback_handler
)
;
Implemented in
hci.c:4798
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.
l2cap_add_event_handler()
Add event packet handler for LE Connection Parameter Update events
sm_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