Home
last modified time | relevance | path

Searched refs:RESULT_GATT_DISCONNECTED (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java83 public static final BatteryResult RESULT_GATT_DISCONNECTED = field in RemoteProxy.BatteryResult
108 public static final VersionResult RESULT_GATT_DISCONNECTED = field in RemoteProxy.VersionResult
130 public static final DfuResult RESULT_GATT_DISCONNECTED = field in RemoteProxy.DfuResult
DDfuManager.java78 ret.complete(DfuResult.RESULT_GATT_DISCONNECTED); in finish()