From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Use adapter_name_changed for get_property call. --- android/adapter.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/android/adapter.c b/android/adapter.c index af461b8..3e43d44 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -1019,11 +1019,12 @@ static void send_adapter_address(void) static bool get_name(void) { - DBG("Not implemented"); + if (!adapter->name) + return false; - /* TODO: Add implementation */ + adapter_name_changed((uint8_t *) adapter->name); - return false; + return true; } static bool get_uuids(void) -- 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