Package com.blukii.sdk.discovery


package com.blukii.sdk.discovery
blukii library package for discovery of BluetoothLE (BLE) modules.

This documentation describes the discovery package for scanning of BLE modules especially for blukiis.

The discovery package supports you by doing the following actions:

  • Discovery of modules inside the mobile device BLE range and reading protocol based information:
    • Basic values like module name, RSSI value and discovery time
    • blukii specific advertising like battery, power and firmware
    • blukii sensor data
    • Eddystone beacon protocol data
    • iBeacon beacon protocol data
  • Encryption of blukii SecureBeacon advertising

Getting started:

The main controller for discovery is class BlukiiClient. You only have to create an instance of this class to get all the functionality.

Follow the instructions of the BlukiiClient documentation page where you can find some code samples about the usage.