Support CTKD over BR/EDR

Self test is not available Bumble BR/EDR local transport is not
implemented yet.

Test: Internal test - CTKD over BR/EDR
This commit is contained in:
Josh Wu
2022-08-08 17:52:46 +08:00
parent 996a9e28f4
commit 99cba19d7c
3 changed files with 42 additions and 11 deletions
+2
View File
@@ -497,6 +497,8 @@ class Device(CompositeEventEmitter):
self.smp_manager = smp.Manager(self, self.random_address)
self.l2cap_channel_manager.register_fixed_channel(
smp.SMP_CID, self.on_smp_pdu)
self.l2cap_channel_manager.register_fixed_channel(
smp.SMP_BR_CID, self.on_smp_pdu)
# Register the SDP server with the L2CAP Channel Manager
self.sdp_server.register(self.l2cap_channel_manager)