BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

Récapitulatif des constructeurs publics

Récapitulatif des méthodes publiques

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

Récapitulatif des méthodes héritées

Constructeurs publics

public BluetoothGattCallback ()

Méthodes publiques

public void onCharacteristicChanged (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)

Paramètres
gatt
caractéristique

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

Paramètres
gatt
caractéristique
status

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

Paramètres
gatt
caractéristique
status

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

Paramètres
gatt
status
newState

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

Paramètres
gatt
descripteur
status

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

Paramètres
gatt
descripteur
status

public void onServicesDiscovered (BluetoothGatt gatt, int status)

Paramètres
gatt
status