From 7f4bdf382062728c383678e13cb0128282f91b71 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 15 Sep 2020 10:45:06 -0700 Subject: adapter: Add btd_ prefix to has_kernel_feature APIs exposed to plugins shall have btd_ prefix. --- plugins/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/policy.c b/plugins/policy.c index 655842942..3ce6f1deb 100644 --- a/plugins/policy.c +++ b/plugins/policy.c @@ -782,7 +782,7 @@ static void disconnect_cb(struct btd_device *dev, uint8_t reason) * preferable to set the reconnect timer there as it is * a more predictable delay. */ - if (!has_kernel_features(KERNEL_HAS_RESUME_EVT)) + if (!btd_has_kernel_features(KERNEL_HAS_RESUME_EVT)) reconnect_set_timer(reconnect, resume_delay); } break; -- cgit v1.2.1