Diff between 1ca4c658d9076cd63a63cf7649e74581e1a3a1b0 and 180bc6dbd8b84072860a0e688b294fcc17689ed7
Changed Files
| File | Additions | Deletions | Status |
| android/client/if-bt.c | +1 | -1 | modified |
Full Patch
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
};