Home
last modified time | relevance | path

Searched refs:IBluetoothGattClientCallback (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_gatt_client_binder_server.cc23 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()
Dbluetooth_gatt_client_binder_server.h28 using android::bluetooth::IBluetoothGattClientCallback;
48 const android::sp<IBluetoothGattClientCallback>& callback,
57 android::sp<IBluetoothGattClientCallback> GetGattClientCallback(
/system/bt/service/common/android/bluetooth/
DIBluetoothGattClient.aidl19 import android.bluetooth.IBluetoothGattClientCallback;
23 boolean RegisterClient(in IBluetoothGattClientCallback callback); in RegisterClient()
DIBluetoothGattClientCallback.aidl19 oneway interface IBluetoothGattClientCallback { interface
/system/bt/service/doc/
DIBluetoothGattClient.txt28 * IBluetoothGattClientCallback.onRegistered. This ID is required to make
31 boolean registerClient(in IBluetoothGattClientCallback callback);
54 * IBluetoothGattClientCallback callbacks. Based on the current connection and
64 * IBluetoothGattClientCallback.onCharacteristicRead. Returns false if the
86 * IBluetoothGattClientCallback.onCharacteristicWrite. Returns false if the
102 * IBluetoothGattClientCallback.onDescriptorRead. Returns false if the
124 * IBluetoothGattClientCallback.onDescriptorWrite. Returns false if the
140 * IBluetoothGattClientCallback.onNotify. Returns false if the request cannot
160 * payload using the IBluetoothGattClientCallback.onCharacteristicWrite
174 * procedure was not started. IBluetoothGattClientCallback.onExecuteWrite will
DIBluetoothGattClientCallback.txt22 oneway interface IBluetoothGattClientCallback {
/system/bt/service/
DAndroid.bp32 "common/android/bluetooth/IBluetoothGattClientCallback.aidl",