Diff between f288b34fc3a8ef0d3ecc5cefb8f7c5c11281f2a3 and 5be8e312d58a1fda3049072b5c6c4d1d47e2f10f

Changed Files

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

Full Patch

diff --git a/android/hal-gatt.c b/android/hal-gatt.c
index ee6eb3a..73fa881 100644
--- a/android/hal-gatt.c
+++ b/android/hal-gatt.c
@@ -1847,7 +1847,7 @@ static bt_status_t start_service(int server_if, int service_handle,
 		transport_mask = GATT_SERVER_TRANSPORT_LE_BIT;
 		break;
 	case 1:
-		transport_mask = GATT_SERVER_TRANSPORT_BREDR_BIT
+		transport_mask = GATT_SERVER_TRANSPORT_BREDR_BIT;
 		break;
 	case 2:
 		transport_mask = GATT_SERVER_TRANSPORT_LE_BIT |