rememberBluetoothPermissionState
Returns the reactive PermissionUiState for the Bluetooth scan/connect permissions. On pre-Android-12 devices BLE scanning is gated by the location permission, so the returned state delegates to rememberLocationPermissionState.
Returns the reactive PermissionUiState for the Bluetooth scan/connect permissions. On pre-Android-12 devices BLE scanning is gated by the location permission, so the returned state delegates to rememberLocationPermissionState.
JVM — Desktop does not gate Bluetooth behind a runtime permission.