mirror of
https://github.com/google/bumble.git
synced 2026-04-17 00:35:31 +00:00
Submitting review comment fix: header function and extra lines.
This commit is contained in:
@@ -138,8 +138,8 @@ class SetProtocolMessage(Message):
|
||||
|
||||
@dataclass
|
||||
class SendData(Message):
|
||||
message_type = Message.MessageType.DATA
|
||||
data : bytes
|
||||
message_type = Message.MessageType.DATA
|
||||
|
||||
def __bytes__(self) -> bytes:
|
||||
return self.header(Message.ReportType.OUTPUT_REPORT) + self.data
|
||||
|
||||
Reference in New Issue
Block a user