Skip to content

Commit 1f70942

Browse files
authored
RDKEMW-13334: Bluetooth plug-in fixes a functional initialization guard (#49)
* Bluetooth enhancements: Added new APIs, power event support * Bluetooth enhancements: Fixed typo in init causing service start failure
1 parent 08b0547 commit 1f70942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bluetooth/BluetoothDeviceManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ namespace WPEFramework {
125125

126126
const string BluetoothDeviceManager::init(PluginHost::IShell* service)
127127
{
128-
if (_service != nullptr) {
128+
if (service != nullptr) {
129129
_service = service;
130130
_service->AddRef();
131131
updateBluetoothDeviceInfoCache();

0 commit comments

Comments
 (0)