avdtp: fix build

This commit is contained in:
Matthias Ringwald 2024-04-02 12:04:44 +02:00
parent 95fdf9791c
commit 5b18e364d9

View File

@ -1084,7 +1084,7 @@ void avdtp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet
}
}
void avdtp_disconenct_streamendpoints(const avdtp_connection_t *connection) {
static void avdtp_disconenct_streamendpoints(const avdtp_connection_t *connection) {
btstack_linked_list_iterator_t it;
btstack_linked_list_iterator_init(&it, avdtp_get_stream_endpoints());
while (btstack_linked_list_iterator_has_next(&it)){