BluetoothGattCallback

public abstract class BluetoothGattCallback extends Object

パブリック コンストラクタの概要

パブリック メソッドの概要

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

継承されたメソッドの概要

パブリック コンストラクタ

public BluetoothGattCallback ()

パブリック メソッド

public void onCharacteristicChanged (BluetoothGatt gatt, BluetoothGattCharacteristic characteristic)

パラメータ
gatt
特性

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

パラメータ
gatt
特性
ステータス

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

パラメータ
gatt
特性
ステータス

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

パラメータ
gatt
ステータス
newState

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

パラメータ
gatt
記述子
ステータス

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

パラメータ
gatt
記述子
ステータス

public void onServicesDiscovered (BluetoothGatt gatt, int status)

パラメータ
gatt
ステータス