create
abstract fun create(bluetoothPermission: BluetoothPermission = BluetoothPermission(BluetoothPermission.Type.Client()), settings: BasePermissionManager.Settings = BasePermissionManager.Settings(), coroutineScope: CoroutineScope): BluetoothPermissionManager
Creates a BluetoothPermissionManager
Return
Parameters
settings
BasePermissionManager.Settings to apply to the manager
coroutineScope
The CoroutineScope the manager runs on