From c4ef8f8d048a30304ba4cb1b83bfe39b55c13ba7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 28 Oct 2020 14:53:36 -0700 Subject: core: Rename hcid.h to btd.h Since we use btd term for daemon APIs it makes sense to use it also for the header name instead of hcid. --- plugins/neard.c | 2 +- plugins/policy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/neard.c b/plugins/neard.c index 091b39333..e07b51106 100644 --- a/plugins/neard.c +++ b/plugins/neard.c @@ -29,7 +29,7 @@ #include "src/device.h" #include "src/eir.h" #include "src/agent.h" -#include "src/hcid.h" +#include "src/btd.h" #define NEARD_NAME "org.neard" #define NEARD_PATH "/" diff --git a/plugins/policy.c b/plugins/policy.c index dac1b7a24..ba9e1be02 100644 --- a/plugins/policy.c +++ b/plugins/policy.c @@ -30,7 +30,7 @@ #include "src/device.h" #include "src/service.h" #include "src/profile.h" -#include "src/hcid.h" +#include "src/btd.h" #define CONTROL_CONNECT_TIMEOUT 2 #define SOURCE_RETRY_TIMEOUT 2 -- cgit v1.2.1