BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

Public Constructor Summary

Public Method Summary

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

Inherited Method Summary

Public Constructors

public BluetoothGattCallback ()

Public Methods

public void onCharacteristicChanged (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)

Parameter
gatt
Merkmal

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

Parameter
gatt
Merkmal
Status

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

Parameter
gatt
Merkmal
Status

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

Parameter
gatt
Status
newState

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

Parameter
gatt
Schlagwort
Status

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

Parameter
gatt
Schlagwort
Status

public void onServicesDiscovered (BluetoothGatt gatt, int status)

Parameter
gatt
Status