BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

Resumen de constructores públicos

Resumen de métodos públicos

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

Resumen de métodos heredados

Constructores públicos

public BluetoothGattCallback ()

Métodos públicos

public void onCharacteristicChanged (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)

Parámetros
gatt
característica

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

Parámetros
gatt
característica
estado

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

Parámetros
gatt
característica
estado

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

Parámetros
gatt
estado
newState

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

Parámetros
gatt
descriptor
estado

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

Parámetros
gatt
descriptor
estado

public void onServicesDiscovered (BluetoothGatt gatt, int status)

Parámetros
gatt
estado