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
상태