Skip to content

Commit e3ea167

Browse files
authored
Merge pull request #506 from google/gbg/a2dp-fixes
a2dp: emit delay_report
2 parents 87fa02d + eec145e commit e3ea167

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bumble/avdtp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,9 @@ def on_close_command(self):
21622162
def on_abort_command(self):
21632163
self.emit('abort')
21642164

2165+
def on_delayreport_command(self, delay: int):
2166+
self.emit('delay_report', delay)
2167+
21652168
def on_rtp_channel_open(self):
21662169
self.emit('rtp_channel_open')
21672170

0 commit comments

Comments
 (0)