-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Andrew Ivasiv edited this page Jan 24, 2020
·
2 revisions
Welcome to the BleUtilitiesPluginUnreal wiki!
This plugin enables you to do the following:
- Scan for available BLE devices
- Read device manufacturer data
- Connect to BLE devices
- Subscribe to notify characteristics
- Read/Write characteristic data
Project Setup
On Android Bluetooth requires the following permissions:
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS_COARSE_LOCATION
These permissions are added to the manifest by default.