BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

Riepilogo costruttore pubblico

Riepilogo del metodo pubblico

void
void
void
void
onConnectionStateChange(BluetoothGatt gatt, int status, int newState)
void
void
void

Riepilogo del metodo ereditato

Costruttori pubblici

public BluetoothGattCallback ()

Metodi pubblici

public void onCharacteristicChanged (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)

Parametri
gatt
caratteristica

public void onCharacteristicRead (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status)

Parametri
gatt
caratteristica
stato

public void onCharacteristicWrite (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status)

Parametri
gatt
caratteristica
stato

public void onConnectionStateChange (BluetoothGatt gatt, int status, int newState)

Parametri
gatt
stato
newState

public void onDescriptorRead (BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status)

Parametri
gatt
descrittore
stato

public void onDescriptorWrite (BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status)

Parametri
gatt
descrittore
stato

public void onServicesDiscovered (BluetoothGatt gatt, int status)

Parametri
gatt
stato