Home
last modified time | relevance | path

Searched refs:GetLinkOptions (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/l2cap/le/
Ddynamic_channel.cc23 LinkOptions* DynamicChannel::GetLinkOptions() { in GetLinkOptions() function in bluetooth::l2cap::le::DynamicChannel
24 return link_->GetLinkOptions(); in GetLinkOptions()
Dfixed_channel.cc47 LinkOptions* FixedChannel::GetLinkOptions() { in GetLinkOptions() function in bluetooth::l2cap::le::FixedChannel
48 return impl_->GetLinkOptions(); in GetLinkOptions()
Ddynamic_channel.h44 LinkOptions* GetLinkOptions();
Dfixed_channel.h89 LinkOptions* GetLinkOptions();
Dfacade.cc408 dynamic_channel_helper->channel_->GetLinkOptions()->UpdateConnectionParameter( in SendConnectionParameterUpdate()
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc113 LinkOptions* FixedChannelImpl::GetLinkOptions() { in GetLinkOptions() function in bluetooth::l2cap::le::internal::FixedChannelImpl
114 return link_->GetLinkOptions(); in GetLinkOptions()
Dfixed_channel_impl.h78 LinkOptions* GetLinkOptions();
Dlink.h146 LinkOptions* GetLinkOptions() { in GetLinkOptions() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc511 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe()
529 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in OnSmpCommandLe()
532 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()
543 .connection_handle = channel->GetLinkOptions()->GetHandle(), in OnSmpCommandLe()
601 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in ConnectionIsReadyStartPairing()
603 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
604 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()
615 .connection_handle = channel->GetLinkOptions()->GetHandle(), in ConnectionIsReadyStartPairing()
/system/bt/main/shim/
Dl2c_api.cc1080 channel->second->GetLinkOptions()->UpdateConnectionParameter( in L2CA_LeConnectionUpdate()
1109 channel->second->GetLinkOptions()->UpdateConnectionParameter( in L2CA_EnableUpdateBleConnParams()
1120 channel->second->GetLinkOptions()->UpdateConnectionParameter( in L2CA_EnableUpdateBleConnParams()
1204 auto local = channel->second->GetLinkOptions()->GetLocalAddress(); in L2CA_ReadConnectionAddr()