Home
last modified time | relevance | path

Searched refs:gatt_server_interface_ (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/suite/gatt/
Dgatt_test.cpp30 gatt_server_interface_ = nullptr; in SetUp()
63 gatt_server_interface_ = gatt_interface->GetServerHALInterface(); in SetUp()
66 ASSERT_NE(nullptr, gatt_server_interface_); in SetUp()
71 gatt_server_interface_ = nullptr; in TearDown()
97 return gatt_server_interface_; in gatt_server_interface()
Dgatt_test.h111 const btgatt_server_interface_t* gatt_server_interface_; variable
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cpp154 if (!gatt_server_interface_.get()) in GetGattServerInterface()
155 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()
157 return gatt_server_interface_; in GetGattServerInterface()
Dbluetooth_binder_server.h87 android::sp<IBluetoothGattServer> gatt_server_interface_; variable