mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-19 19:03:47 +08:00
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:
parent
1ca4c658d9
commit
180bc6dbd8
@ -777,6 +777,6 @@ static struct method methods[] = {
|
||||
};
|
||||
|
||||
const struct interface bluetooth_if = {
|
||||
.name = "adapter",
|
||||
.name = "bluetooth",
|
||||
.methods = methods
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user