Searched refs:gatt_server_interface_ (Results 1 – 4 of 4) sorted by relevance
26 gatt_server_interface_ = nullptr; in SetUp()55 gatt_server_interface_ = gatt_interface->GetServerHALInterface(); in SetUp()58 ASSERT_NE(nullptr, gatt_server_interface_); in SetUp()63 gatt_server_interface_ = nullptr; in TearDown()89 return gatt_server_interface_; in gatt_server_interface()
104 const btgatt_server_interface_t* gatt_server_interface_; variable
320 if (!gatt_server_interface_.get()) in GetGattServerInterface()321 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()323 *_aidl_return = gatt_server_interface_; in GetGattServerInterface()
182 android::sp<IBluetoothGattServer> gatt_server_interface_; variable