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
السمة
status

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

المعلمات
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