Home
last modified time | relevance | path

Searched refs:GetRemoteCid (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/gd/l2cap/internal/
H A Ddynamic_channel_allocator.cc88 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel()
111 if (channel.second->GetRemoteCid() == remote_cid) { in FindChannelByRemoteCid()
H A Dsender.cc34 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()), in Sender()
43 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()) { in Sender()
H A Dchannel_impl.h49 virtual Cid GetRemoteCid() const = 0;
H A Dchannel_impl_mock.h36 MOCK_METHOD(Cid, GetRemoteCid, (), (const, override));
H A Ddynamic_channel_impl.h61 virtual Cid GetRemoteCid() const { in GetRemoteCid() function
H A Dsender_test.cc80 EXPECT_CALL(*mock_channel_, GetRemoteCid()).WillRepeatedly(Return(cid_)); in SetUp()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dsignalling_manager.cc350 … ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), is_continuation, in OnConfigurationRequest()
363 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest()
381 …auto response = ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), i… in OnConfigurationRequest()
432 send_configuration_request(channel->GetRemoteCid(), std::move(config)); in SendInitialConfigRequest()
468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration()
478 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration()
489 send_configuration_request(channel->GetRemoteCid(), std::move(negotiation_config)); in negotiate_configuration()
552 SendDisconnectionRequest(cid, channel->GetRemoteCid()); in OnConfigurationResponse()
907 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in on_command_timeout()
H A Dfixed_channel_impl.h74 Cid GetRemoteCid() const { in GetRemoteCid() function
/aosp12/system/bt/gd/l2cap/
H A Ddynamic_channel.cc43 return impl_->GetRemoteCid(); in HACK_GetRemoteCid()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dfixed_channel_impl.h61 Cid GetRemoteCid() const override;
H A Dfixed_channel_impl.cc109 Cid FixedChannelImpl::GetRemoteCid() const { in GetRemoteCid() function in bluetooth::l2cap::le::internal::FixedChannelImpl
H A Dlink.cc185 if (channel == nullptr || channel->GetRemoteCid() != remote_cid) { in SendDisconnectionRequest()
H A Dsignalling_manager.cc311 if (channel->GetRemoteCid() != remote_cid) { in OnDisconnectionRequest()
/aosp12/system/bt/gd/docs/testing/
H A Dgtest.md160 Cid GetRemoteCid() const;
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc256 uint16_t GetRemoteCid(uint16_t cid) { in GetRemoteCid() function
1135 *rcid = classic_dynamic_channel_helper_map_[psm]->GetRemoteCid(lcid); in L2CA_GetRemoteCid()