diff --git a/bumble/avdtp.py b/bumble/avdtp.py index 713f7b7..2f904c0 100644 --- a/bumble/avdtp.py +++ b/bumble/avdtp.py @@ -2162,6 +2162,9 @@ class LocalStreamEndPoint(StreamEndPoint, EventEmitter): def on_abort_command(self): self.emit('abort') + def on_delayreport_command(self, delay): + self.emit('delay_report', delay) + def on_rtp_channel_open(self): self.emit('rtp_channel_open')