Home
last modified time | relevance | path

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

/system/bt/service/doc/
DIBluetoothGattServerCallback.txt24 * IBluetoothGattServer.registerServer. |status| will be 0 (or
27 * perform further operations on the IBluetoothGattServer interface.
32 * Called to report the result of a call to IBluetoothGattServer.AddService.
45 * this request by calling IBluetoothGattServer.sendResponse with the given
63 * this request by calling IBluetoothGattServer.sendResponse with the given
79 * this request by calling IBluetoothGattServer.sendResponse with the given
99 * this request by calling IBluetoothGattServer.sendResponse with the given
120 * result of the execute write by calling IBluetoothGattServer.sendResponse
128 * IBluetoothGattServer.sendNotification. If an indication was sent, this will
DIBluetoothGattServer.txt21 interface IBluetoothGattServer {
DIBluetooth.txt118 IBluetoothGattServer getGattServerInterface();
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl24 import android.bluetooth.IBluetoothGattServer;
64 IBluetoothGattServer GetGattServerInterface(); in GetGattServerInterface()
DIBluetoothGattServer.aidl23 interface IBluetoothGattServer { interface
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h52 using android::bluetooth::IBluetoothGattServer;
113 ::android::sp<IBluetoothGattServer>* _aidl_return) override;
182 android::sp<IBluetoothGattServer> gatt_server_interface_;
Dbluetooth_binder_server.cc39 using android::bluetooth::IBluetoothGattServer;
311 ::android::sp<IBluetoothGattServer>* _aidl_return) { in GetGattServerInterface()
/system/bt/service/example/heart_rate/
Dheart_rate_server.h94 android::sp<android::bluetooth::IBluetoothGattServer> gatt_;
/system/bt/service/common/
DAndroid.bp57 "android/bluetooth/IBluetoothGattServer.aidl",