Home
last modified time | relevance | path

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

/system/bt/service/
Dlow_energy_client.cc52 ->GetClientHALInterface() in ~LowEnergyClient()
63 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->connect( in Connect()
90 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect( in Disconnect()
117 ->GetClientHALInterface() in SetMtu()
222 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.h140 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.cc329 FakeBluetoothGattInterface::GetClientHALInterface() const { in GetClientHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc477 const btgatt_client_interface_t* GetClientHALInterface() const override { in GetClientHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl