Home
last modified time | relevance | path

Searched refs:channel_configuration_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc302 auto& configuration_state = channel_configuration_[cid]; in OnConfigurationRequest()
389 auto& configuration_state = channel_configuration_[local_cid]; in SendInitialConfigRequest()
438 auto& configuration_state = channel_configuration_[channel->GetCid()]; in negotiate_configuration()
538 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnConfigurationResponse()
600 auto& configuration_state = channel_configuration_[channel->GetCid()]; in OnDisconnectionRequest()
605 channel_configuration_.erase(cid); in OnDisconnectionRequest()
627 auto& configuration_state = channel_configuration_[cid]; in OnDisconnectionResponse()
633 channel_configuration_.erase(cid); in OnDisconnectionResponse()
Dsignalling_manager.h134 std::unordered_map<Cid, ChannelConfigurationState> channel_configuration_; variable