avdtp: track can send now

This commit is contained in:
Milanka Ringwald 2016-11-22 16:08:25 +01:00
parent 16e9f40663
commit 804b2f3588

View File

@ -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: