mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
ConnectToProfile: log about the connection attempt.
This commit is contained in:
@@ -109,6 +109,8 @@ void BluetoothDevice::onConnectProfileReply(const sdbus::Error *error) {
|
||||
}
|
||||
|
||||
bool BluetoothDevice::ConnectToProfile(absl::string_view service_uuid) {
|
||||
NEARBY_LOGS(VERBOSE) << __func__ << ": " << getObjectPath()
|
||||
<< ": Attempting to connect to profile " << service_uuid;
|
||||
try {
|
||||
ConnectProfile(std::string(service_uuid));
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user