mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-28 18:32:41 +00:00
avdtp: track can send now
This commit is contained in:
parent
16e9f40663
commit
804b2f3588
@ -692,8 +692,8 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
|||||||
stream_endpoint = get_avdtp_stream_endpoint_for_l2cap_cid(channel);
|
stream_endpoint = get_avdtp_stream_endpoint_for_l2cap_cid(channel);
|
||||||
if (!stream_endpoint->connection) break;
|
if (!stream_endpoint->connection) break;
|
||||||
connection = stream_endpoint->connection;
|
connection = stream_endpoint->connection;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
printf(" call avdtp_sink_handle_can_send_now\n");
|
||||||
avdtp_sink_handle_can_send_now(connection, channel);
|
avdtp_sink_handle_can_send_now(connection, channel);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user