Home
last modified time | relevance | path

Searched refs:GetSupportedFixedChannelMask (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dfixed_channel_service_manager_impl.h44 virtual uint64_t GetSupportedFixedChannelMask();
H A Dfixed_channel_service_manager_impl.cc85 uint64_t FixedChannelServiceManagerImpl::GetSupportedFixedChannelMask() { in GetSupportedFixedChannelMask() function in bluetooth::l2cap::classic::internal::FixedChannelServiceManagerImpl
H A Dsignalling_manager.cc673 …alue(), InformationRequestResult::SUCCESS, fixed_service_manager_->GetSupportedFixedChannelMask()); in OnInformationRequest()