Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp29 BluetoothConnection::BluetoothConnection() : connectedScoAddr_("") {} in BluetoothConnection()
240 return connectedScoAddr_; in GetConnectedScoAddr()
247 connectedScoAddr_ = connectedScoAddr; in SetConnectedScoAddr()
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_connection.h74 std::string connectedScoAddr_; variable