Searched refs:IBluetoothGattClient (Results 1 – 9 of 9) sorted by relevance
23 import android.bluetooth.IBluetoothGattClient;48 IBluetoothGattClient GetGattClientInterface(); in GetGattClientInterface()
21 interface IBluetoothGattClient { interface
24 * 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|
112 IBluetoothGattClient getGattClientInterface();
22 interface IBluetoothGattClient {
43 using android::bluetooth::IBluetoothGattClient;84 ::android::sp<IBluetoothGattClient>* _aidl_return) override;114 android::sp<IBluetoothGattClient> gatt_client_interface_;
34 using android::bluetooth::IBluetoothGattClient;192 ::android::sp<IBluetoothGattClient>* _aidl_return) { in GetGattClientInterface()
57 using android::bluetooth::IBluetoothGattClient;557 sp<IBluetoothGattClient> gatt_iface; in HandleRegisterGATT()578 sp<IBluetoothGattClient> gatt_iface; in HandleUnregisterGATT()
31 "common/android/bluetooth/IBluetoothGattClient.aidl",