enable AirPlay to BT bridge

This commit is contained in:
philippe44
2019-08-21 08:35:25 -07:00
parent 8ddc2a0dc5
commit 95ad5a5ef4
4 changed files with 10 additions and 11 deletions

View File

@@ -150,6 +150,7 @@ int32_t output_bt_data(uint8_t *data, int32_t len) {
if (wanted_len > 0) {
SET_MIN_MAX(wanted_len, under);
}
output.frames_in_process = len-wanted_len;
UNLOCK;
SET_MIN_MAX(TIME_MEASUREMENT_GET(start_timer),lock_out_time);