mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
avdtp: fix build
This commit is contained in:
parent
95fdf9791c
commit
5b18e364d9
@ -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)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user