Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Dchannel_impl.h49 virtual Cid GetRemoteCid() const = 0;
Dchannel_impl_mock.h36 MOCK_METHOD(Cid, GetRemoteCid, (), (const, override));
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()
Ddynamic_channel_allocator.cc88 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel()
111 if (channel.second->GetRemoteCid() == remote_cid) { in FindChannelByRemoteCid()
Ddynamic_channel_impl.h61 virtual Cid GetRemoteCid() const { in GetRemoteCid() function
Dsender_test.cc80 EXPECT_CALL(*mock_channel_, GetRemoteCid()).WillRepeatedly(Return(cid_)); in SetUp()
/system/bt/gd/l2cap/
Ddynamic_channel.cc43 return impl_->GetRemoteCid(); in HACK_GetRemoteCid()
/system/bt/gd/l2cap/classic/internal/
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()
Dfixed_channel_impl.h74 Cid GetRemoteCid() const { in GetRemoteCid() function
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.h61 Cid GetRemoteCid() const override;
Dfixed_channel_impl.cc109 Cid FixedChannelImpl::GetRemoteCid() const { in GetRemoteCid() function in bluetooth::l2cap::le::internal::FixedChannelImpl
Dlink.cc185 if (channel == nullptr || channel->GetRemoteCid() != remote_cid) { in SendDisconnectionRequest()
Dsignalling_manager.cc311 if (channel->GetRemoteCid() != remote_cid) { in OnDisconnectionRequest()
/system/bt/gd/docs/testing/
Dgtest.md160 Cid GetRemoteCid() const;
/system/bt/main/shim/
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()