Diff between 75a0706dc5aee143d5838363f3d51ff5862d5a4a and 98af476502b6be91bfe4034801abcdfe8e2754ff

Changed Files

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

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index 21572c5..4ff70e4 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3103,6 +3103,8 @@ static void handle_server_connect(const void *buf, uint16_t len)
 
 	DBG("");
 
+	android2bdaddr(&cmd->bdaddr, &addr);
+
 	status = handle_connect(cmd->server_if, &addr);
 
 	ipc_send_rsp(hal_ipc, HAL_SERVICE_ID_GATT, HAL_OP_GATT_SERVER_CONNECT,