BluetoothGattCallback

公共抽象类 BluetoothGattCallback 扩展对象

公共构造函数摘要

公共方法摘要

void
void
void
void
onConnectionStateChange(BluetoothGatt gatt, int status, int newState)
void
void
onDescriptorWriteBluetoothGatt gatt、BluetoothGattDescriptor 描述符、int 状态)
void

继承的方法摘要

公共构造函数

public BluetoothGattCallback ()

公共方法

public void onCharacteristicChanged BluetoothGatt gatt、BluetoothGattCharacteristic 特征)

参数
Gatt
特征

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

参数
Gatt
特征
status

public void onCharacteristicWrite BluetoothGatt gatt、BluetoothGattCharacteristic 特征、int 状态)

参数
Gatt
特征
status

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

参数
Gatt
status
newState

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

参数
Gatt
描述符
status

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

参数
Gatt
描述符
status

public void onServicesDiscovered (BluetoothGatt gatt, int status)

参数
Gatt
status