-
public interface IThingBlePlugin
-
-
Method Summary
Modifier and Type Method Description abstract IThingBleManager
getThingBleManager()
abstract IThingBleOperator
getThingBleOperator()
abstract IThingBleController
getThingBleController()
abstract IThingBeaconManager
getThingBeaconManager()
abstract IThingLEAudioManager
getThingLEAudioManager()
abstract IThingAudioManager
getThingAudioManager()
abstract IThingBleAbility
getThingBleAbility()
abstract IThingInnerScanner
getThingInnerScanner()
abstract IThingBleBeaconPreCtrl
getDeviceBlePreCtrl()
abstract boolean
isCloudOffline(String devId)
abstract void
onDestroy()
abstract IGwAddDevices
getGwAddDevices()
-
-
Method Detail
-
getThingBleManager
abstract IThingBleManager getThingBleManager()
-
getThingBleOperator
abstract IThingBleOperator getThingBleOperator()
-
getThingBleController
abstract IThingBleController getThingBleController()
-
getThingBeaconManager
abstract IThingBeaconManager getThingBeaconManager()
-
getThingLEAudioManager
@Deprecated() abstract IThingLEAudioManager getThingLEAudioManager()
-
getThingAudioManager
abstract IThingAudioManager getThingAudioManager()
-
getThingBleAbility
abstract IThingBleAbility getThingBleAbility()
-
getThingInnerScanner
abstract IThingInnerScanner getThingInnerScanner()
-
getDeviceBlePreCtrl
abstract IThingBleBeaconPreCtrl getDeviceBlePreCtrl()
-
isCloudOffline
abstract boolean isCloudOffline(String devId)
-
onDestroy
abstract void onDestroy()
-
getGwAddDevices
abstract IGwAddDevices getGwAddDevices()
-
-
-
-