From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Make function name consistent with the rest of the code. --- android/adapter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/adapter.c b/android/adapter.c index 3e43d44..c2a6bf3 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -995,7 +995,7 @@ static bool set_discoverable(uint8_t mode, uint16_t timeout) return false; } -static void send_adapter_address(void) +static void get_address(void) { struct hal_ev_adapter_props_changed *ev; int len; @@ -1096,7 +1096,7 @@ static bool get_property(void *buf, uint16_t len) switch (cmd->type) { case HAL_PROP_ADAPTER_ADDR: - send_adapter_address(); + get_address(); return true; case HAL_PROP_ADAPTER_NAME: return get_name(); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html