Bluetooth LE Stack
btstack_run_loop_set_data_source_fd()
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_run_loop_set_data_source_fd()
btstack_run_loop_set_data_source_fd() function
Set data source file descriptor.
Syntax
Show:
Summary
Declaration
Definition
from
btstack_run_loop.h:277
void
btstack_run_loop_set_data_source_fd
(
btstack_data_source_t
*
data_source
,
int
fd
)
;
Implemented in
btstack_run_loop.c:201
Arguments
Argument
Description
data_source
fd
file descriptor
Notes
No effect if port doesn't have file descriptors
Related Functions
Found 12 other functions taking a
btstack_data_source
argument:
Function
Description
btstack_run_loop_base_enable_data_source_callbacks()
Enable callbacks for a data source
btstack_run_loop_base_disable_data_source_callbacks()
Disable callbacks for a data source
btstack_run_loop_set_data_source_handler()
Set data source callback.
btstack_run_loop_get_data_source_fd()
Get data source file descriptor.
btstack_run_loop_set_data_source_handle()
Set data source file descriptor.
btstack_run_loop_get_data_source_handle()
Get data source file descriptor.
btstack_run_loop_enable_data_source_callbacks()
Enable callbacks for a data source
btstack_run_loop_disable_data_source_callbacks()
Enable callbacks for a data source
btstack_run_loop_add_data_source()
Add data source to run loop
btstack_run_loop_remove_data_source()
Remove data source from run loop
btstack_run_loop_base_add_data_source()
Add data source to run loop
btstack_run_loop_base_remove_data_source()
Remove data source from run loop
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