Lines Matching refs:address_
90 address_(channel_->GetDevice().GetAddress()), in ConnectionInterface()
153 address_.ToString().c_str()); in OnConnectionClosed()
170 return address_; in GetRemoteAddress()
181 const hci::Address address_; member in bluetooth::shim::ConnectionInterface
338 address_(address), in PendingConnection()
344 …LOG_DEBUG("Local initiated connection is open to device:%s for psm:%hd", address_.ToString().c_str… in OnConnectionOpen()
346 …address_ == channel->GetDevice().GetAddress(), " Expected remote device does not match actual remo… 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()
385 const hci::Address address_; member in bluetooth::shim::PendingConnection
547 … std::move(connection->on_complete_), connection->address_, connection->psm_, connection->cid_); in PendingConnectionFail()