From 180bc6dbd8b84072860a0e688b294fcc17689ed7 Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Mon, 4 Nov 2013 12:29:39 +0100 Subject: [PATCH] android/client: Change interface name to bluetooth This changes 'adapter' to 'bluetooth' as name of HAL interface. This name matches name fond in bluetooth.h where all interfaces are defined. --- android/client/if-bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/client/if-bt.c b/android/client/if-bt.c index fb1b3f307..4c501a5b5 100644 --- a/android/client/if-bt.c +++ b/android/client/if-bt.c @@ -777,6 +777,6 @@ static struct method methods[] = { }; const struct interface bluetooth_if = { - .name = "adapter", + .name = "bluetooth", .methods = methods }; -- 2.47.3