Searched defs:IBluetoothGattClient (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattClient.h38 class IBluetoothGattClient : public android::IInterface { class in namespace:ipc::binder
69 DISALLOW_COPY_AND_ASSIGN(IBluetoothGattClient);
72 // The Binder server interface to IBluetoothGattClient. A class that implements
73 // IBluetoothGattClient must inherit from this class.
75 : public android::BnInterface<IBluetoothGattClient> {
90 // The Binder client interface to IBluetoothGattClient.
92 : public android::BpInterface<IBluetoothGattClient> {
97 // IBluetoothGattClient overrides:

Completed in 110 milliseconds