Package com.streamwide.smartms.lib.hardware.api.bluetooth.ble

Types

Link copied to clipboard
open class BleDevice
BleDevice This class represent the Ble device for every available device.
Link copied to clipboard
open class BleDeviceHashUtil
Link copied to clipboard
interface IBatteryLevelChanged
Link copied to clipboard
interface IBleEventCallBack

IBleEventCallBack

Description :

This interface represent the API for all event related to the BLE(Bluetooth Low Energy), it offers needed callback to handle BLE events.
Link copied to clipboard
interface IBluetoothLEConnectionStatusChanged

IBluetoothLEConnectionStatusChanged

Description :

This interface represent the API for all actions/event related to Bluetooth LE.
Link copied to clipboard
interface IScanCallback
Link copied to clipboard
interface IServiceListener

IServiceListener

Description :

An interface for notifying BluetoothProfile IPC clients when they have been connected or disconnected to the service.
Link copied to clipboard
interface ISWLeScanCallback

ISWLeScanCallback

Description :

An interface for notifying BluetoothProfile IPC clients when they have been connected or disconnected to the service.
Link copied to clipboard
open class STWBLEManager

STWBLEManager

Description :

This class represent the API for all actions/event related to BLE(Bluetooth Low Energy) This class offers several possible operations defined in the following list :
  • Start Scan : to receive list of available BLE device BleDevice
  • Stop Scan : to stop scan
  • Connect : to Connect to specific device BluetoothDevice
  • Disconnect : to disconnect from current connected device.
This class offers also the possibility to listen for any events related to BLE.