BluetoothGattCallback

открытый абстрактный класс BluetoothGattCallback расширяет Object

Краткое описание публичного конструктора

Краткое описание публичного метода

пустота
пустота
onCharacteristicRead ( BluetoothGatt gatt, BluetoothGattCharacteristic характеристика, int status)
пустота
onCharacteristicWrite ( BluetoothGatt gatt, BluetoothGattCharacteristic характеристика, int status)
пустота
onConnectionStateChange ( BluetoothGatt gatt, int status, int newState)
пустота
onDescriptorRead ( BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status)
пустота
пустота
onServicesDiscovered ( BluetoothGatt gatt, int status)

Сводка унаследованных методов

Публичные конструкторы

публичный BluetoothGattCallback ()

Публичные методы

public void onCharacteristicChanged ( BluetoothGatt gatt, BluetoothGattCharacteristic характеристика)

Параметры
гатт
характеристика

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

Параметры
гатт
характеристика
статус

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

Параметры
гатт
характеристика
статус

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

Параметры
гатт
статус
newState

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

Параметры
гатт
дескриптор
статус

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

Параметры
гатт
дескриптор
статус

public void onServicesDiscovered ( BluetoothGatt gatt, int status)

Параметры
гатт
статус