Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/internal/
H A Dsignalling_manager.cc255 …send_connection_response(signal_id, new_channel->GetCid(), local_mtu, local_mps, link_->GetInitial… in on_security_result_for_incoming()
258 data_pipeline_manager_->GetDataController(new_channel->GetCid())); in on_security_result_for_incoming()
295 data_pipeline_manager_->GetDataController(new_channel->GetCid())); in OnConnectionResponse()
302 link_->NotifyChannelCreation(new_channel->GetCid(), std::move(user_channel)); in OnConnectionResponse()
350 LOG_WARN("Received credit for invalid cid %d", channel->GetCid()); in OnCredit()
354 data_pipeline_manager_->GetDataController(channel->GetCid())); in OnCredit()
427 OnCredit(credit_view.GetCid(), credit_view.GetCredits()); in on_incoming_packet()
H A Dfixed_channel_impl.h60 Cid GetCid() const override;
H A Dfixed_channel_impl.cc105 Cid FixedChannelImpl::GetCid() const { in GetCid() function in bluetooth::l2cap::le::internal::FixedChannelImpl
H A Dlink.cc209 data_pipeline_manager_.AttachChannel(channel->GetCid(), channel, in AllocateDynamicChannel()
221 data_pipeline_manager_.AttachChannel(channel->GetCid(), channel, in AllocateReservedDynamicChannel()
/aosp12/system/bt/gd/l2cap/internal/
H A Ddynamic_channel_allocator_test.cc70 Cid local_cid = channel->GetCid(); in TEST_F()
82 Cid local_cid = channel->GetCid(); in TEST_F()
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.h47 virtual Cid GetCid() const = 0;
H A Dchannel_impl_mock.h35 MOCK_METHOD(Cid, GetCid, (), (const, override));
H A Ddynamic_channel_impl.h57 virtual Cid GetCid() const { in GetCid() function
H A Dsender_test.cc79 EXPECT_CALL(*mock_channel_, GetCid()).WillRepeatedly(Return(cid_)); in SetUp()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dsignalling_manager.cc238 new_channel->GetCid(), in on_security_result_for_incoming()
242 link_->SendInitialConfigRequestOrQueue(new_channel->GetCid()); in on_security_result_for_incoming()
363 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest()
438 auto& configuration_state = channel_configuration_[channel->GetCid()]; in negotiate_configuration()
468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration()
478 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration()
538 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnConfigurationResponse()
600 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnDisconnectionRequest()
907 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in on_command_timeout()
H A Dfixed_channel_impl.h70 Cid GetCid() const { in GetCid() function
/aosp12/system/bt/gd/l2cap/le/cert/
H A Dcert_le_l2cap.py187 cid = credit_view.GetCid()
/aosp12/system/bt/gd/docs/testing/
H A Dgtest.md159 Cid GetCid() const;
/aosp12/system/bt/gd/cert/
H A Dmatchers.py637 return request.GetCid() == cid