public abstract class BluetoothGattCallback extends Object
Resumo do Construtor Público
Resumo do Método Público
vazio | |
vazio | |
vazio | |
vazio | onConnectionStateChange ( BluetoothGatt gatt, int status, int newState) |
vazio | |
vazio | |
vazio | onServicesDiscovered ( BluetoothGatt gatt, status int) |
Resumo do método herdado
Construtores Públicos
public BluetoothGattCallback ()
Métodos Públicos
public void onCharacteristicChanged ( BluetoothGatt gatt, BluetoothGattCharacteristic feature)
Parâmetros
gatt | |
---|---|
característica |
public void onCharacteristicRead ( BluetoothGatt gatt, BluetoothGattCharacteristic feature, int status)
Parâmetros
gatt | |
---|---|
característica | |
status |
public void onCharacteristicWrite ( BluetoothGatt gatt, BluetoothGattCharacteristic feature, 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, descritor BluetoothGattDescriptor , status int)
Parâmetros
gatt | |
---|---|
descritor | |
status |
public void onDescriptorWrite ( BluetoothGatt gatt, descritor BluetoothGattDescriptor , status int)
Parâmetros
gatt | |
---|---|
descritor | |
status |
public void onServicesDiscovered ( BluetoothGatt gatt, int status)
Parâmetros
gatt | |
---|---|
status |