Home
last modified time | relevance | path

Searched refs:GetRemoteCid (Results 1 – 17 of 17) 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.cc92 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel()
115 if (channel.second->GetRemoteCid() == remote_cid) { in FindChannelByRemoteCid()
Ddynamic_channel_impl.h61 virtual Cid GetRemoteCid() const { in GetRemoteCid() function
Dsender_test.cc79 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.cc336 … ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), is_continuation, in OnConfigurationRequest()
351 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest()
369 …auto response = ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), i… in OnConfigurationRequest()
421 send_configuration_request(channel->GetRemoteCid(), std::move(config)); in SendInitialConfigRequest()
458 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration()
468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration()
479 send_configuration_request(channel->GetRemoteCid(), std::move(negotiation_config)); in negotiate_configuration()
544 SendDisconnectionRequest(cid, channel->GetRemoteCid()); in OnConfigurationResponse()
863 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.cc164 if (channel == nullptr || channel->GetRemoteCid() != remote_cid) { in SendDisconnectionRequest()
Dsignalling_manager.cc307 if (channel->GetRemoteCid() != remote_cid) { in OnDisconnectionRequest()
/system/bt/main/shim/
Dl2cap.h95 bool GetRemoteCid(uint16_t cid, uint16_t* remote_cid);
Dl2cap.cc423 bool bluetooth::shim::legacy::L2cap::GetRemoteCid(uint16_t cid, in GetRemoteCid() function in bluetooth::shim::legacy::L2cap
Dl2c_api.cc434 return shim_l2cap.GetRemoteCid(lcid, rcid); in L2CA_GetRemoteCid()
/system/bt/gd/docs/testing/
Dgtest.md160 Cid GetRemoteCid() const;