Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.repository.bluetooth
/
BluetoothRepository
/
BluetoothRepository
Bluetooth
Repository
@
Inject
constructor
(
application
:
Application
,
bluetoothAdapterLazy
:
Lazy
<
BluetoothAdapter
?
>
,
bluetoothBroadcastReceiverLazy
:
Lazy
<
BluetoothBroadcastReceiver
>
,
dispatchers
:
CoroutineDispatchers
,
processLifecycle
:
Lifecycle
)