Package com. streamwide. smartms. lib. hardware. api. bluetooth. ble
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
IBluetoothLEConnectionStatusChanged
Description :
This interface represent the API for all actions/event related to Bluetooth LE.Link copied to clipboard
Link copied to clipboard
IServiceListener
Description :
An interface for notifying BluetoothProfile IPC clients when they have been connected or disconnected to the service.Link copied to clipboard
ISWLeScanCallback
Description :
An interface for notifying BluetoothProfile IPC clients when they have been connected or disconnected to the service.Link copied to clipboard
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.