Searched refs:IBluetoothGattClientCallback (Results 1 – 7 of 7) sorted by relevance
23 using android::bluetooth::IBluetoothGattClientCallback;39 const android::sp<IBluetoothGattClientCallback>& callback, in RegisterClient()62 android::sp<IBluetoothGattClientCallback>65 return android::sp<IBluetoothGattClientCallback>( in GetGattClientCallback()66 static_cast<IBluetoothGattClientCallback*>(cb.get())); in GetGattClientCallback()81 android::sp<IBluetoothGattClientCallback> cb( in OnRegisterInstanceImpl()82 static_cast<IBluetoothGattClientCallback*>(callback.get())); in OnRegisterInstanceImpl()
28 using android::bluetooth::IBluetoothGattClientCallback;48 const android::sp<IBluetoothGattClientCallback>& callback,57 android::sp<IBluetoothGattClientCallback> GetGattClientCallback(
19 import android.bluetooth.IBluetoothGattClientCallback;23 boolean RegisterClient(in IBluetoothGattClientCallback callback); in RegisterClient()
19 oneway interface IBluetoothGattClientCallback { interface
28 * IBluetoothGattClientCallback.onRegistered. This ID is required to make31 boolean registerClient(in IBluetoothGattClientCallback callback);54 * IBluetoothGattClientCallback callbacks. Based on the current connection and64 * IBluetoothGattClientCallback.onCharacteristicRead. Returns false if the86 * IBluetoothGattClientCallback.onCharacteristicWrite. Returns false if the102 * IBluetoothGattClientCallback.onDescriptorRead. Returns false if the124 * IBluetoothGattClientCallback.onDescriptorWrite. Returns false if the140 * IBluetoothGattClientCallback.onNotify. Returns false if the request cannot160 * payload using the IBluetoothGattClientCallback.onCharacteristicWrite174 * procedure was not started. IBluetoothGattClientCallback.onExecuteWrite will
22 oneway interface IBluetoothGattClientCallback {
32 "common/android/bluetooth/IBluetoothGattClientCallback.aidl",