Home
last modified time | relevance | path

Searched refs:GetGattServerInterface (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetooth.h155 virtual android::sp<IBluetoothGattServer> GetGattServerInterface() = 0;
205 android::sp<IBluetoothGattServer> GetGattServerInterface() override;
DIBluetooth.cpp152 sp<IBluetoothGattServer> gatt_server_iface = GetGattServerInterface(); in onTransact()
300 sp<IBluetoothGattServer> BpBluetooth::GetGattServerInterface() { in GetGattServerInterface() function in ipc::binder::BpBluetooth
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h65 android::sp<IBluetoothGattServer> GetGattServerInterface() override;
Dbluetooth_binder_server.cpp146 BluetoothBinderServer::GetGattServerInterface() { in GetGattServerInterface() function in ipc::binder::BluetoothBinderServer
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp120 gatt_ = bluetooth_->GetGattServerInterface(); in Run()