/btstack/test/mock/ |
H A D | mock_att_server.c | 19 static btstack_context_callback_registration_t * mock_callback_registration; 76 uint8_t att_server_register_can_send_now_callback(btstack_context_callback_registration_t * callbac… in att_server_register_can_send_now_callback() 85 uint8_t att_server_request_to_send_notification(btstack_context_callback_registration_t * callback_… in att_server_request_to_send_notification() 92 uint8_t att_server_request_to_send_indication(btstack_context_callback_registration_t * callback_re… in att_server_request_to_send_indication()
|
/btstack/src/ble/ |
H A D | att_server.h | 109 uint8_t att_server_register_can_send_now_callback(btstack_context_callback_registration_t * callbac… 125 uint8_t att_server_request_to_send_notification(btstack_context_callback_registration_t * callback_… 134 uint8_t att_server_request_to_send_indication(btstack_context_callback_registration_t * callback_re…
|
H A D | gatt_client.h | 220 btstack_context_callback_registration_t callback_request; 1245 uint8_t gatt_client_request_to_send_gatt_query(btstack_context_callback_registration_t * callback_r… 1253 uint8_t gatt_client_remove_gatt_query(btstack_context_callback_registration_t * callback_registrati… 1262 uint8_t gatt_client_request_to_write_without_response(btstack_context_callback_registration_t * cal…
|
/btstack/platform/chibios/ |
H A D | btstack_run_loop_chibios.c | 112 …btstack_context_callback_registration_t * callback_registration = (btstack_context_callback_regist… in btstack_run_loop_chibios_execute() 138 static void btstack_run_loop_chibios_execute_on_main_thread(btstack_context_callback_registration_t… in btstack_run_loop_chibios_execute_on_main_thread()
|
/btstack/src/ble/gatt-service/ |
H A D | ublox_spp_service_server.c | 72 btstack_context_callback_registration_t fifo_callback; 84 btstack_context_callback_registration_t credits_callback; 89 btstack_context_callback_registration_t * request; 188 btstack_context_callback_registration_t * request = instance->request; in ublox_spp_service_write_callback() 267 void ublox_spp_service_server_request_can_send_now(btstack_context_callback_registration_t * reques… in ublox_spp_service_server_request_can_send_now()
|
H A D | nordic_spp_service_server.h | 74 void nordic_spp_service_server_request_can_send_now(btstack_context_callback_registration_t * reque…
|
H A D | ublox_spp_service_server.h | 74 void ublox_spp_service_server_request_can_send_now(btstack_context_callback_registration_t * reques…
|
/btstack/src/ |
H A D | btstack_run_loop.h | 122 void (*execute_on_main_thread)(btstack_context_callback_registration_t * callback_registration); 207 void btstack_run_loop_base_add_callback(btstack_context_callback_registration_t * callback_registra… 348 void btstack_run_loop_execute_on_main_thread(btstack_context_callback_registration_t * callback_reg…
|
H A D | btstack_run_loop.c | 171 void btstack_run_loop_base_add_callback(btstack_context_callback_registration_t * callback_registra… in btstack_run_loop_base_add_callback() 178 …btstack_context_callback_registration_t * callback_registration = (btstack_context_callback_regist… in btstack_run_loop_base_execute_callbacks() 319 void btstack_run_loop_execute_on_main_thread(btstack_context_callback_registration_t * callback_reg… in btstack_run_loop_execute_on_main_thread()
|
/btstack/platform/posix/ |
H A D | btstack_signal.c | 58 btstack_context_callback_registration_t registration; in signal_thread() 59 memset(®istration, 0, sizeof(btstack_context_callback_registration_t)); in signal_thread()
|
H A D | btstack_run_loop_posix.c | 289 …btstack_context_callback_registration_t * callback_registration = (btstack_context_callback_regist… in btstack_run_loop_posix_process_callbacks_handler() 298 static void btstack_run_loop_posix_execute_on_main_thread(btstack_context_callback_registration_t *… in btstack_run_loop_posix_execute_on_main_thread()
|
/btstack/platform/freertos/ |
H A D | btstack_run_loop_freertos.c | 167 …btstack_context_callback_registration_t * callback_registration = (btstack_context_callback_regist… in btstack_run_loop_freertos_execute() 209 …ic void btstack_run_loop_freertos_execute_on_main_thread(btstack_context_callback_registration_t *… in btstack_run_loop_freertos_execute_on_main_thread()
|
/btstack/platform/windows/ |
H A D | btstack_run_loop_windows.c | 170 …btstack_context_callback_registration_t * callback_registration = (btstack_context_callback_regist… in btstack_run_loop_windows_process_callbacks_handler() 180 static void btstack_run_loop_windows_execute_on_main_thread(btstack_context_callback_registration_t… in btstack_run_loop_windows_execute_on_main_thread()
|
/btstack/platform/qt/ |
H A D | btstack_run_loop_qt.cpp | 281 …btstack_context_callback_registration_t * callback_registration = (btstack_context_callback_regist… in processCallbacks() 294 static void btstack_run_loop_qt_execute_on_main_thread(btstack_context_callback_registration_t * ca… in btstack_run_loop_qt_execute_on_main_thread()
|
/btstack/src/mesh/gatt-service/ |
H A D | mesh_proxy_service_server.c | 68 btstack_context_callback_registration_t data_out_notify_callback; 70 btstack_context_callback_registration_t pdu_response_callback;
|
H A D | mesh_provisioning_service_server.c | 70 btstack_context_callback_registration_t data_out_notify_callback; 72 btstack_context_callback_registration_t pdu_response_callback;
|
/btstack/port/esp32/components/btstack/ |
H A D | btstack_port_esp32.c | 111 static btstack_context_callback_registration_t packet_send_callback_context = { 117 static btstack_context_callback_registration_t packet_receive_callback_context = {
|
/btstack/platform/wiced/ |
H A D | btstack_uart_block_wiced.c | 120 static btstack_context_callback_registration_t block_send_callback_registration; 139 static btstack_context_callback_registration_t block_received_callback_registration;
|
H A D | btstack_stdin_wiced.c | 59 static btstack_context_callback_registration_t callback_registration;
|
H A D | btstack_run_loop_wiced.c | 82 …c void btstack_run_loop_wiced_execute_on_main_thread_new(btstack_context_callback_registration_t *… in btstack_run_loop_wiced_execute_on_main_thread_new()
|
/btstack/src/classic/ |
H A D | sdp_client.h | 83 uint8_t sdp_client_register_query_callback(btstack_context_callback_registration_t * callback_regis…
|
/btstack/test/embedded/ |
H A D | embedded_test.cpp | 71 static btstack_context_callback_registration_t callback_registration; in TEST()
|
/btstack/platform/embedded/ |
H A D | btstack_run_loop_embedded.c | 177 …ic void btstack_run_loop_embedded_execute_on_main_thread(btstack_context_callback_registration_t *… in btstack_run_loop_embedded_execute_on_main_thread()
|
/btstack/example/ |
H A D | nordic_spp_le_counter.c | 78 static btstack_context_callback_registration_t send_request;
|
/btstack/src/mesh/ |
H A D | mesh_upper_transport.h | 136 void mesh_upper_transport_request_to_send(btstack_context_callback_registration_t * request);
|