We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfb8614 + f12701f commit 41b126eCopy full SHA for 41b126e
resources/lib/modules/bluetooth.py
@@ -140,15 +140,8 @@ def start_bluetoothd(self):
140
self.oe.dbg_log('bluetooth::start_bluetoothd',
141
'enter_function', 0)
142
143
- pid = self.oe.execute('pidof %s'
144
- % os.path.basename(self.BLUETOOTH_DAEMON)).split(' ')
145
- if pid[0] == '':
146
- self.oe.execute('sh ' + self.BLUETOOTH_INIT)
147
-
148
149
- % os.path.basename(self.OBEX_DAEMON)).split(' ')
150
151
- self.oe.execute('sh ' + self.OBEX_INIT)
+ self.oe.execute('sh ' + self.BLUETOOTH_INIT)
+ self.oe.execute('sh ' + self.OBEX_INIT)
152
153
154
'exit_function', 0)
0 commit comments