summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc')
-rw-r--r--src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc b/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc
index 7d60213b0..966c0f9b7 100644
--- a/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc
+++ b/src/components/transport_manager/src/bluetooth/bluetooth_transport_adapter.cc
@@ -1,4 +1,4 @@
-/**
+/*
* \file bluetooth_transport_adapter.cc
* \brief BluetoothTransportAdapter class source file.
*
@@ -65,7 +65,7 @@ BluetoothTransportAdapter::BluetoothTransportAdapter()
}
DeviceType BluetoothTransportAdapter::GetDeviceType() const {
- return "sdl-bluetooth";
+ return BLUETOOTH;
}
void BluetoothTransportAdapter::Store() const {
@@ -152,7 +152,7 @@ bool BluetoothTransportAdapter::Restore() {
if (result) {
LOG4CXX_TRACE(logger_, "exit with TRUE");
} else {
- LOG4CXX_TRACE(logger_, "exit with FALSE");
+ LOG4CXX_TRACE(logger_, "exit with FALSE");
}
return result;
}