From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/socket.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/socket.c b/android/socket.c index c283c5f..e580036 100644 --- a/android/socket.c +++ b/android/socket.c @@ -35,6 +35,7 @@ #include "ipc.h" #include "socket.h" +static bdaddr_t adapter_addr; static int handle_listen(void *buf) { @@ -81,6 +82,8 @@ bool bt_socket_register(int sk, const bdaddr_t *addr) { DBG(""); + bacpy(&adapter_addr, addr); + return true; } -- 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