Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.cpp60 GetServerHALInterface()->unregister_server(server_id_); in ~GattServer()
200 GetServerHALInterface()->add_service( in EndServiceDeclaration()
357 GetServerHALInterface()->send_response( in SendResponse()
419 GetServerHALInterface()->send_indication( in SendNotification()
617 gatt_iface->GetServerHALInterface()->delete_service( in ServiceStartedCallback()
850 bt_status_t status = gatt_iface->GetServerHALInterface()->start_service( in HandleNextEntry()
866 bt_status_t status = gatt_iface->GetServerHALInterface()-> in HandleNextEntry()
887 bt_status_t status = gatt_iface->GetServerHALInterface()-> in HandleNextEntry()
979 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
/system/bt/test/suite/gatt/
Dgatt_test.cpp63 gatt_server_interface_ = gatt_interface->GetServerHALInterface(); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h140 const btgatt_server_interface_t* GetServerHALInterface() const override;
Dbluetooth_gatt_interface.h270 virtual const btgatt_server_interface_t* GetServerHALInterface() const = 0;
Dfake_bluetooth_gatt_interface.cpp411 FakeBluetoothGattInterface::GetServerHALInterface() const { in GetServerHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface
Dbluetooth_gatt_interface.cpp528 const btgatt_server_interface_t* GetServerHALInterface() const override { in GetServerHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl