Home
last modified time | relevance | path

Searched refs:GetServerHALInterface (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/
Dgatt_server.cc47 ->GetServerHALInterface() in ~GattServer()
94 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service( in AddService()
169 ->GetServerHALInterface() in SendResponse()
221 ->GetServerHALInterface() in SendNotification()
591 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
/system/bt/test/suite/gatt/
Dgatt_test.cc55 gatt_server_interface_ = gatt_interface->GetServerHALInterface(); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h138 const btgatt_server_interface_t* GetServerHALInterface() const override;
Dbluetooth_gatt_interface.h243 virtual const btgatt_server_interface_t* GetServerHALInterface() const = 0;
Dfake_bluetooth_gatt_interface.cc330 FakeBluetoothGattInterface::GetServerHALInterface() const { in GetServerHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cc479 const btgatt_server_interface_t* GetServerHALInterface() const override { in GetServerHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl