#include <btstack_run_loop.h>
Data Fields | |
union { | |
int fd | |
void * handle | |
}; | |
uint16_t | flags |
btstack_linked_item_t | item |
void(* | process )(struct btstack_data_source *ds, btstack_data_source_callback_type_t callback_type) |
union { ... } |
int btstack_data_source::fd |
Referenced by btstack_run_loop_get_data_source_fd(), and btstack_run_loop_set_data_source_fd().
uint16_t btstack_data_source::flags |
void* btstack_data_source::handle |
btstack_linked_item_t btstack_data_source::item |
Referenced by btstack_run_loop_freertos_execute().
void(* btstack_data_source::process)(struct btstack_data_source *ds, btstack_data_source_callback_type_t callback_type) |
Referenced by btstack_run_loop_freertos_execute(), and btstack_run_loop_set_data_source_handler().