* [PATCH] android/client: Change interface name to bluetooth
@ 2013-11-04 11:29 Jerzy Kasenberg
2013-11-04 19:14 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Jerzy Kasenberg @ 2013-11-04 11:29 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Jerzy Kasenberg
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 fb1b3f3..4c501a5 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
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-04 19:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 11:29 [PATCH] android/client: Change interface name to bluetooth Jerzy Kasenberg
2013-11-04 19:14 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox