Home
last modified time | relevance | path

Searched refs:GetClientHALInterface (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/
Dlow_energy_client.cc49 ->GetClientHALInterface() in ~LowEnergyClient()
60 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->connect( in Connect()
87 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect( in Disconnect()
114 ->GetClientHALInterface() in SetMtu()
219 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
Dgatt_client.cc37 ->GetClientHALInterface() in ~GattClient()
68 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
/system/bt/test/suite/gatt/
Dgatt_test.cc54 gatt_client_interface_ = gatt_interface->GetClientHALInterface(); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h137 const btgatt_client_interface_t* GetClientHALInterface() const override;
Dbluetooth_gatt_interface.h235 virtual const btgatt_client_interface_t* GetClientHALInterface() const = 0;
Dfake_bluetooth_gatt_interface.cc325 FakeBluetoothGattInterface::GetClientHALInterface() const { in GetClientHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc475 const btgatt_client_interface_t* GetClientHALInterface() const override { in GetClientHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl