FileDocCategorySizeDatePackage
BluetoothGattCallbackWrapper.javaAPI DocAndroid 5.1 API4242Thu Mar 12 22:22:10 GMT 2015android.bluetooth

BluetoothGattCallbackWrapper

public class BluetoothGattCallbackWrapper extends IBluetoothGattCallback.Stub
Wrapper class for default implementation of IBluetoothGattCallback.
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)