app
androidJvm
app
/
com.iomt.android.bluetooth
/
BluetoothLeForegroundService
/
onStartCommand
on
Start
Command
@
RequiresApi
(
value
=
31
)
@
RequiresPermission
(
value
=
"android.permission.BLUETOOTH_CONNECT"
)
open
override
fun
onStartCommand
(
intent
:
Intent
?
,
flags
:
Int
,
startId
:
Int
)
:
Int