bluez5: add port latency reporting

This commit is contained in:
Huang-Huang Bao 2021-05-28 19:02:06 +08:00
parent d8435cd5fd
commit 38bcec9022
No known key found for this signature in database
GPG key ID: 33C3271387A13D1B
6 changed files with 120 additions and 5 deletions

View file

@ -1909,6 +1909,7 @@ static int transport_update_props(struct spa_bt_transport *transport,
spa_log_debug(monitor->log, "transport %p: %s=%02x", transport, key, value);
transport->delay = value;
spa_bt_transport_emit_delay_changed(transport);
}
next:
dbus_message_iter_next(props_iter);