Skip to main content

Crate tauri_plugin_blew

Crate tauri_plugin_blew 

Source

Structs§

BlewPluginConfig
Plugin configuration.

Enums§

BlePermissionStatus
Current status of the aggregate Android BLE runtime permissions.

Functions§

are_ble_permissions_granted
Check whether Android BLE runtime permissions have been granted.
init
Initialize the plugin with default configuration (auto-requests BLE permissions on load).
init_with_config
Initialize the plugin with a custom BlewPluginConfig.
is_emulator
Check whether the app is running on an emulator or simulator.
request_ble_permissions
Trigger the Android BLE runtime permissions dialog.