HomeSort by relevance Sort by last modified time
    Searched refs:GetServerHALInterface (Results 1 - 6 of 6) sorted by null

  /system/bt/service/
gatt_server.cpp 60 GetServerHALInterface()->unregister_server(server_id_);
200 GetServerHALInterface()->add_service(
357 GetServerHALInterface()->send_response(
419 GetServerHALInterface()->send_indication(
617 gatt_iface->GetServerHALInterface()->delete_service(
850 bt_status_t status = gatt_iface->GetServerHALInterface()->start_service(
866 bt_status_t status = gatt_iface->GetServerHALInterface()->
887 bt_status_t status = gatt_iface->GetServerHALInterface()->
979 hal::BluetoothGattInterface::Get()->GetServerHALInterface();
  /system/bt/service/hal/
bluetooth_gatt_interface.h 270 virtual const btgatt_server_interface_t* GetServerHALInterface() const = 0;
fake_bluetooth_gatt_interface.h 140 const btgatt_server_interface_t* GetServerHALInterface() const override;
fake_bluetooth_gatt_interface.cpp 411 FakeBluetoothGattInterface::GetServerHALInterface() const {
bluetooth_gatt_interface.cpp 528 const btgatt_server_interface_t* GetServerHALInterface() const override {
  /system/bt/test/suite/gatt/
gatt_test.cpp 63 gatt_server_interface_ = gatt_interface->GetServerHALInterface();

Completed in 1059 milliseconds