mirror of
https://github.com/google/bumble.git
synced 2026-06-19 10:22:27 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user