FileDocCategorySizeDatePackage
IBluetoothGattCallback.javaAPI DocAndroid 5.1 API27935Sat Mar 14 05:48:00 GMT 2015android.bluetooth

IBluetoothGattCallback

public interface IBluetoothGattCallback implements android.os.IInterface
Callback definitions for interacting with BLE / GATT
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonBatchScanResults(java.util.List batchResults)

public voidonCharacteristicRead(java.lang.String address, int status, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid, byte[] value)

public voidonCharacteristicWrite(java.lang.String address, int status, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid)

public voidonClientConnectionState(int status, int clientIf, boolean connected, java.lang.String address)

public voidonClientRegistered(int status, int clientIf)

public voidonConfigureMTU(java.lang.String address, int mtu, int status)

public voidonDescriptorRead(java.lang.String address, int status, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid, int descrInstId, android.os.ParcelUuid descrUuid, byte[] value)

public voidonDescriptorWrite(java.lang.String address, int status, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid, int descrInstId, android.os.ParcelUuid descrUuid)

public voidonExecuteWrite(java.lang.String address, int status)

public voidonFoundOrLost(boolean onFound, android.bluetooth.le.ScanResult scanResult)

public voidonGetCharacteristic(java.lang.String address, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid, int charProps)

public voidonGetDescriptor(java.lang.String address, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid, int descrInstId, android.os.ParcelUuid descrUuid)

public voidonGetIncludedService(java.lang.String address, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int inclSrvcType, int inclSrvcInstId, android.os.ParcelUuid inclSrvcUuid)

public voidonGetService(java.lang.String address, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid)

public voidonMultiAdvertiseCallback(int status, boolean isStart, android.bluetooth.le.AdvertiseSettings advertiseSettings)

public voidonNotify(java.lang.String address, int srvcType, int srvcInstId, android.os.ParcelUuid srvcUuid, int charInstId, android.os.ParcelUuid charUuid, byte[] value)

public voidonReadRemoteRssi(java.lang.String address, int rssi, int status)

public voidonScanResult(android.bluetooth.le.ScanResult scanResult)

public voidonSearchComplete(java.lang.String address, int status)