Home
last modified time | relevance | path

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

/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.cc25 gatt_client_interface_ = nullptr; in SetUp()
54 gatt_client_interface_ = gatt_interface->GetClientHALInterface(); in SetUp()
57 ASSERT_NE(nullptr, gatt_client_interface_); in SetUp()
62 gatt_client_interface_ = nullptr; in TearDown()
85 return gatt_client_interface_; in gatt_client_interface()
H A Dgatt_test.h101 const btgatt_client_interface_t* gatt_client_interface_; variable
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc303 if (!gatt_client_interface_.get()) in GetGattClientInterface()
304 gatt_client_interface_ = new BluetoothGattClientBinderServer(adapter_); in GetGattClientInterface()
306 *_aidl_return = gatt_client_interface_; in GetGattClientInterface()
H A Dbluetooth_binder_server.h178 android::sp<IBluetoothGattClient> gatt_client_interface_; variable