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

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattServer.h40 class IBluetoothGattServer : public android::IInterface { class in namespace:ipc::binder
96 DISALLOW_COPY_AND_ASSIGN(IBluetoothGattServer);
99 // The Binder server interface to IBluetoothGattServer. A class that implements
100 // IBluetoothGattServer must inherit from this class.
102 : public android::BnInterface<IBluetoothGattServer> {
117 // The Binder client interface to IBluetoothGattServer.
119 : public android::BpInterface<IBluetoothGattServer> {
124 // IBluetoothGattServer overrides:

Completed in 33 milliseconds