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.
This commit is contained in:
Jerzy Kasenberg 2013-11-04 12:29:39 +01:00 committed by Johan Hedberg
parent 1ca4c658d9
commit 180bc6dbd8

View File

@ -777,6 +777,6 @@ static struct method methods[] = {
};
const struct interface bluetooth_if = {
.name = "adapter",
.name = "bluetooth",
.methods = methods
};