Home
last modified time | relevance | path

Searched refs:test_track_data (Results 1 – 3 of 3) sorted by relevance

/btstack/example/
H A Dle_credit_based_flow_control_mode_server.c111 static void test_track_data(le_cbm_connection_t * context, int bytes_transferred){ in test_track_data() function
150 test_track_data(&le_cbm_connection, le_cbm_connection.test_data_len); in streamer()
280 test_track_data(&le_cbm_connection, size); in packet_handler()
H A Dle_credit_based_flow_control_mode_client.c113 static void test_track_data(le_cbm_connection_t * context, int bytes_transferred){ in test_track_data() function
178 test_track_data(&le_cbm_connection, le_cbm_connection.test_data_len); in streamer()
301 test_track_data(&le_cbm_connection, size); in packet_handler()
H A Dle_streamer_client.c139 static void test_track_data(le_streamer_connection_t * context, int bytes_sent){ in test_track_data() function
171 test_track_data(connection, connection->test_data_len); in le_streamer_handle_can_write_without_response()
322test_track_data(&le_streamer_connection, gatt_event_notification_get_value_length(packet)); in handle_gatt_client_event()