bluez/unit
Luiz Augusto von Dentz b9e93e0116 midi: Fix build errors
This fixes the following build errors:

unit/test-midi.c:541:82: error: function definition is not allowed here
void compare_events_cb(const struct midi_write_parser *parser,
					void *user_data) {
							 ^
unit/test-midi.c:587:17: error: use of undeclared identifier
'compare_events_cb'; did you mean 'compare_events'?
                                     compare_events_cb, &midi_data);
                                     ^~~~~~~~~~~~~~~~~
                                     compare_events

profiles/midi/midi.c:61:75: error: function definition is not allowed
here
void foreach_cb(const struct midi_write_parser *parser, void *user_data) {
                                                                         ^
profiles/midi/midi.c:78:40: error: use of undeclared identifier 'foreach_cb'
                midi_read_ev(&midi->midi_out, event, foreach_cb, midi);
                                                     ^
2023-07-17 12:36:15 -07:00
..
test-avctp.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-avdtp.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-avrcp.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-bap.c shared/bap: Split unicast and broadcast structures 2023-06-07 16:02:49 -07:00
test-bass.c shared/bass: Introduce Add Source opcode handler 2023-07-10 12:23:54 -07:00
test-crc.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-crypto.c test-crypto: Add /crypto/sef test 2022-12-22 13:10:55 -08:00
test-ecc.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-eir.c test-eir: Run tests using bt_ad 2023-07-12 12:36:37 -07:00
test-gatt.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-gattrib.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-gdbus-client.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-gobex-apparam.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-gobex-header.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-gobex-packet.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-gobex-transfer.c unit/gobex: remove timer only when it's not removed yet 2021-05-06 12:57:45 -07:00
test-gobex.c unit/gobex: remove timer only when it's not removed yet 2021-05-06 12:57:45 -07:00
test-hfp.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-hog.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-lib.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-mesh-crypto.c unit/mesh: Add unit testing of Mesh Private Beaconing 2023-01-30 16:14:41 -08:00
test-mgmt.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-midi.c midi: Fix build errors 2023-07-17 12:36:15 -07:00
test-queue.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-ringbuf.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-sdp.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-tester.c shared/tester: Remove include to io.h 2022-09-15 17:21:28 -07:00
test-textfile.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
test-uhid.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
test-uuid.c unit: Add SPDX License Identifier 2020-09-21 16:19:36 -07:00
util.c unit/gobex: remove timer only when it's not removed yet 2021-05-06 12:57:45 -07:00
util.h unit/gobex: remove timer only when it's not removed yet 2021-05-06 12:57:45 -07:00