Module com.gluonhq.attach.ble
Package com.gluonhq.attach.ble.impl
package com.gluonhq.attach.ble.impl
-
ClassDescriptionAndroid implementation of BleServiceiOS implementation of BleService Important note: To scan Beacons, it requires adding to the info.plist file:
<key>NSLocationUsageDescription</key> <string>Reason to use Location Service (iOS 6+)</string> <key>NSLocationAlwaysUsageDescription</key> <string>Reason to use Location Service (iOS 8+)</string> <key>NSBluetoothAlwaysUsageDescription</key> <string>Reason to use Bluetooth interface (iOS 13+)</string>
To scan Devices, it requires adding to the info.plist file:<key>NSBluetoothAlwaysUsageDescription</key> <string>Reason to use Bluetooth interface (iOS 13+)</string>