mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Fix wrong HID PSM
This commit is contained in:
@@ -246,7 +246,7 @@ class HID(ABC, utils.EventEmitter):
|
||||
# Create a new L2CAP connection - interrupt channel
|
||||
try:
|
||||
channel = await self.connection.create_l2cap_channel(
|
||||
l2cap.ClassicChannelSpec(HID_CONTROL_PSM)
|
||||
l2cap.ClassicChannelSpec(HID_INTERRUPT_PSM)
|
||||
)
|
||||
channel.sink = self.on_intr_pdu
|
||||
self.l2cap_intr_channel = channel
|
||||
|
||||
Reference in New Issue
Block a user