Lines Matching defs:connection

97 …hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i…  in hid_descriptor_storage_get_available_space()  local
107 …hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_host_get_connection_for_hid_cid() local
118 …hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_host_get_connection_for_l2cap_cid() local
125 static void hid_descriptor_storage_init(hid_host_connection_t * connection){ in hid_descriptor_storage_init()
133 static bool hid_descriptor_storage_store(hid_host_connection_t * connection, uint8_t byte){ in hid_descriptor_storage_store()
142 static void hid_descriptor_storage_delete(hid_host_connection_t * connection){ in hid_descriptor_storage_delete()
171 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_descriptor_storage_get_descriptor_data() local
179 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_descriptor_storage_get_descriptor_len() local
188 static void hid_emit_connected_event(hid_host_connection_t * connection, uint8_t status){ in hid_emit_connected_event()
206 static void hid_emit_descriptor_available_event(hid_host_connection_t * connection){ in hid_emit_descriptor_available_event()
219 static void hid_emit_sniff_params_event(hid_host_connection_t * connection){ in hid_emit_sniff_params_event()
236 static void hid_emit_event(hid_host_connection_t * connection, uint8_t subevent_type){ in hid_emit_event()
248 static void hid_emit_event_with_status(hid_host_connection_t * connection, uint8_t subevent_type, h… in hid_emit_event_with_status()
261 static void hid_emit_set_protocol_response_event(hid_host_connection_t * connection, hid_handshake_… in hid_emit_set_protocol_response_event()
275 static void hid_emit_incoming_connection_event(hid_host_connection_t * connection){ in hid_emit_incoming_connection_event()
292 static void hid_setup_get_report_event(hid_host_connection_t * connection, hid_handshake_param_type… in hid_setup_get_report_event()
306 static void hid_setup_report_event(hid_host_connection_t * connection, uint8_t *buffer, uint16_t re… in hid_setup_report_event()
319 static void hid_emit_get_protocol_event(hid_host_connection_t * connection, hid_handshake_param_typ… in hid_emit_get_protocol_event()
345 hid_host_connection_t * connection = btstack_memory_hid_host_connection_get(); in hid_host_create_connection() local
367 …hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_host_get_connection_for_bd_addr() local
375 static void hid_host_finalize_connection(hid_host_connection_t * connection){ in hid_host_finalize_connection()
392 static void hid_host_handle_sdp_hid_descriptor_list(hid_host_connection_t * connection, uint16_t at… in hid_host_handle_sdp_hid_descriptor_list()
535 …hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_host_sdp_context_cont… in hid_host_handle_sdp_client_query_result() local
744 static void hid_host_handle_control_packet(hid_host_connection_t * connection, uint8_t *packet, uin… in hid_host_handle_control_packet()
873 hid_host_connection_t * connection; in hid_host_packet_handler() local
1222 …hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_host_handle_start_sdp_client_query() local
1241 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_accept_connection() local
1255 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_decline_connection() local
1273 hid_host_connection_t * connection = hid_host_get_connection_for_bd_addr(remote_addr); in hid_host_connect() local
1306 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_disconnect() local
1333 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_send_control_message() local
1361 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_send_get_report() local
1379 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_send_set_report() local
1404 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_send_get_protocol() local
1418 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_send_set_protocol_mode() local
1435 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_host_send_report() local