BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

Resumo do construtor público

Resumo do método público

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

Resumo do método herdado

Construtores 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
status

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

Parâmetros
gatt
característica
status

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

Parâmetros
gatt
status
newState

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

Parâmetros
gatt
descritor
status

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

Parâmetros
gatt
descritor
status

public void onServicesDiscovered (BluetoothGatt gatt, int status)

Parâmetros
gatt
status