Searched refs:gatt_server_interface_ (Results 1 – 4 of 4) sorted by relevance
30 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()
111 const btgatt_server_interface_t* gatt_server_interface_; variable
154 if (!gatt_server_interface_.get()) in GetGattServerInterface()155 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()157 return gatt_server_interface_; in GetGattServerInterface()
87 android::sp<IBluetoothGattServer> gatt_server_interface_; variable