Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c103 } le_streamer_connection_t; typedef
104 static le_streamer_connection_t le_streamer_connections[MAX_NR_CONNECTIONS];
122 static le_streamer_connection_t * connection_for_conn_handle(hci_con_handle_t conn_handle){ in connection_for_conn_handle()
205 static void test_reset(le_streamer_connection_t * context){ in test_reset()
210 static void test_track_sent(le_streamer_connection_t * context, int bytes_sent){ in test_track_sent()
304 le_streamer_connection_t * context; in att_packet_handler()
369 le_streamer_connection_t * context = &le_streamer_connections[connection_index]; in streamer()
404 le_streamer_connection_t * context = connection_for_conn_handle(con_handle); in att_write_callback()
/btstack/example/
H A Dgatt_streamer_server.c110 } le_streamer_connection_t; typedef
111 static le_streamer_connection_t le_streamer_connections[MAX_NR_CONNECTIONS];
129 static le_streamer_connection_t * connection_for_conn_handle(hci_con_handle_t conn_handle){ in connection_for_conn_handle()
209 static void test_reset(le_streamer_connection_t * context){ in test_reset()
214 static void test_track_sent(le_streamer_connection_t * context, int bytes_sent){ in test_track_sent()
322 le_streamer_connection_t * context; in att_packet_handler()
387 le_streamer_connection_t * context = &le_streamer_connections[connection_index]; in streamer()
422 le_streamer_connection_t * context = connection_for_conn_handle(con_handle); in att_write_callback()
H A Dle_streamer_client.c69 } le_streamer_connection_t; typedef
111 static void le_streamer_client_request_to_send(le_streamer_connection_t * connection);
132 static le_streamer_connection_t le_streamer_connection;
134 static void test_reset(le_streamer_connection_t * context){ in test_reset()
139 static void test_track_data(le_streamer_connection_t * context, int bytes_sent){ in test_track_data()
158 le_streamer_connection_t * connection = (le_streamer_connection_t *) context; in le_streamer_handle_can_write_without_response()
178 static void le_streamer_client_request_to_send(le_streamer_connection_t * connection){ in le_streamer_client_request_to_send()