aboutsummaryrefslogtreecommitdiff
path: root/gd/l2cap/le/dynamic_channel_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gd/l2cap/le/dynamic_channel_manager.cc')
-rw-r--r--gd/l2cap/le/dynamic_channel_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gd/l2cap/le/dynamic_channel_manager.cc b/gd/l2cap/le/dynamic_channel_manager.cc
index 677e92c6f..b8303c1d9 100644
--- a/gd/l2cap/le/dynamic_channel_manager.cc
+++ b/gd/l2cap/le/dynamic_channel_manager.cc
@@ -47,7 +47,6 @@ bool DynamicChannelManager::RegisterService(Psm psm, DynamicChannelConfiguration
OnConnectionOpenCallback on_connection_open, os::Handler* handler) {
internal::DynamicChannelServiceImpl::PendingRegistration pending_registration{
.user_handler_ = handler,
- .security_policy_ = security_policy,
.on_registration_complete_callback_ = std::move(on_registration_complete),
.on_connection_open_callback_ = std::move(on_connection_open),
.configuration_ = configuration_option,