-
public interface HiddenBluetoothGattCallbackAn interface that represents methods hidden in android.bluetooth.BluetoothGattCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonConnectionUpdated(BluetoothGatt gatt, int interval, int latency, int timeout, int status)-
-
Method Detail
-
onConnectionUpdated
abstract void onConnectionUpdated(BluetoothGatt gatt, int interval, int latency, int timeout, int status)
-
-
-
-