Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/
Ddynamic_channel_service.cc28 …manager_, &internal::DynamicChannelServiceManagerImpl::Unregister, psm_, std::move(on_unregistered… in Unregister()
32 return psm_; in GetPsm()
Ddynamic_channel_service.h52 : psm_(psm), manager_(manager), l2cap_layer_handler_(handler) { in DynamicChannelService()
59 Psm psm_ = kDefaultPsm;
Dfacade.cc136 … : facade_service_(service), l2cap_layer_(l2cap_layer), handler_(handler), psm_(psm), mode_(mode) { in L2capDynamicChannelHelper()
163 psm_, in Connect()
168 LOG_WARN("Channel is not open for psm %d", psm_); in Connect()
176 LOG_WARN("Channel is not open for psm %d", psm_); in Disconnect()
240 l2cap_data.set_psm(psm_); in on_incoming_packet()
265 Psm psm_; member in bluetooth::l2cap::classic::L2capClassicModuleFacadeService::L2capDynamicChannelHelper
/system/bt/gd/l2cap/le/
Ddynamic_channel_service.cc30 … common::Unretained(manager_), psm_, std::move(on_unregistered), in Unregister()
35 return psm_; in GetPsm()
Ddynamic_channel_service.h52 : psm_(psm), manager_(manager), l2cap_layer_handler_(handler) { in DynamicChannelService()
59 Psm psm_ = kDefaultPsm;
Dfacade.cc134 : facade_service_(service), l2cap_layer_(l2cap_layer), handler_(handler), psm_(psm) { in L2capDynamicChannelHelper()
152 …address, {}, psm_, common::Bind(&L2capDynamicChannelHelper::on_connection_open, common::Unretained… in Connect()
156 LOG_WARN("Channel is not open for psm %d", psm_); in Connect()
204 l2cap_data.set_psm(psm_); in on_incoming_packet()
213 LOG_WARN("Channel is not open for psm %d", psm_); in SendPacket()
245 Psm psm_; member in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capDynamicChannelHelper
/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl.cc34 : psm_(psm), cid_(cid), remote_cid_(remote_cid), link_(link), l2cap_handler_(l2cap_handler), in DynamicChannelImpl()
36 ASSERT(IsPsmValid(psm_)); in DynamicChannelImpl()
74 ss << "Device " << device_ << "Psm 0x" << std::hex << psm_ << " Cid 0x" << std::hex << cid_; in ToString()
Ddynamic_channel_impl.h66 return psm_; in GetPsm()
73 const Psm psm_;
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.h46 Psm psm_; member
62 pending_command.psm_ = psm; in CreditBasedConnectionRequest()
Dsignalling_manager.cc284 …link_->AllocateReservedDynamicChannel(command_just_sent_.source_cid_, command_just_sent_.psm_, rem… in OnConnectionResponse()
298 …dynamic_service_manager_->GetService(command_just_sent_.psm_)->NotifyChannelCreation(std::move(use… in OnConnectionResponse()
489 … command_just_sent_.signal_id_.Value(), command_just_sent_.psm_, command_just_sent_.source_cid_, in handle_send_next_command()
/system/bt/gd/shim/
Dl2cap.cc337 psm_(psm), in PendingConnection()
344 …("Local initiated connection is open to device:%s for psm:%hd", address_.ToString().c_str(), psm_); in OnConnectionOpen()
351 LOG_DEBUG("Connection failed to device:%s for psm:%hd", address_.ToString().c_str(), psm_); in OnConnectionFailure()
380 return address_.ToString() + "." + std::to_string(psm_); in ToString()
384 const l2cap::Psm psm_; member in bluetooth::shim::PendingConnection
538 std::move(connection->on_complete_), connection->psm_, connection->cid_, remote_cid); in PendingConnectionOpen()
547 … std::move(connection->on_complete_), connection->address_, connection->psm_, connection->cid_); in PendingConnectionFail()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.h46 Psm psm_; member
Dlink.h64 Psm psm_; member
Dlink.cc320 signalling_manager_.SendConnectionRequest(channel.psm_, channel.cid_); in OnEncryptionChange()
Dsignalling_manager.cc265 Psm pending_psm = command_just_sent_.psm_; in OnConnectionResponse()
887 auto psm = command_just_sent_.psm_; in handle_send_next_command()