Home
last modified time | relevance | path

Searched refs:IBluetoothGattClient (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl23 import android.bluetooth.IBluetoothGattClient;
48 IBluetoothGattClient GetGattClientInterface(); in GetGattClientInterface()
DIBluetoothGattClient.aidl21 interface IBluetoothGattClient { interface
/system/bt/service/doc/
DIBluetoothGattClientCallback.txt24 * Called as a result of IBluetoothGattClient.registerClient.
28 * IBluetoothGattClient interface.
70 * Called as a result of IBluetoothGattClient.readCharacteristic. |status|
81 * Called as a result of IBluetoothGattClient.writeCharacteristic. |status|
90 * Called as a result of IBluetoothGattClient.endReliableWrite.
98 * Called as a result of IBluetoothGattClient.readDescriptor. |status|
109 * Called as a result of IBluetoothGattClient.writeDescriptor. |status|
DIBluetooth.txt112 IBluetoothGattClient getGattClientInterface();
DIBluetoothGattClient.txt22 interface IBluetoothGattClient {
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h43 using android::bluetooth::IBluetoothGattClient;
84 ::android::sp<IBluetoothGattClient>* _aidl_return) override;
114 android::sp<IBluetoothGattClient> gatt_client_interface_;
Dbluetooth_binder_server.cc34 using android::bluetooth::IBluetoothGattClient;
192 ::android::sp<IBluetoothGattClient>* _aidl_return) { in GetGattClientInterface()
/system/bt/service/client/
Dmain.cc57 using android::bluetooth::IBluetoothGattClient;
557 sp<IBluetoothGattClient> gatt_iface; in HandleRegisterGATT()
578 sp<IBluetoothGattClient> gatt_iface; in HandleUnregisterGATT()
/system/bt/service/
DAndroid.bp31 "common/android/bluetooth/IBluetoothGattClient.aidl",