Diff between 3c19fa1ca9e9c4006f610e95b6a8d939f4cbf894 and 01a54fffdb3349ab66f7e78b8fbc84d7ea166e08

Changed Files

File Additions Deletions Status
android/gatt.c +1 -1 modified

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index 68e2112..473929d 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -2233,7 +2233,7 @@ static void handle_client_register_for_notification(const void *buf,
 		goto failed;
 	}
 
-	android2bdaddr((bdaddr_t *)&cmd->bdaddr, &addr);
+	android2bdaddr(&cmd->bdaddr, &addr);
 
 	dev = queue_find(conn_list, match_dev_by_bdaddr, &addr);
 	if (!dev) {