Package com.gluonhq.attach.ble.impl


package com.gluonhq.attach.ble.impl
  • Classes
    Class
    Description
    Android implementation of BleService
     
    iOS 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>