Diff between 3c47042681a2f3b333a9ca47833656ed5d6b3671 and 58e3ca95d2cd6e3917ec57378c874465f4f70a68

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 bd61576..8a8ce9c 100644
--- a/android/hal-gatt.c
+++ b/android/hal-gatt.c
@@ -676,7 +676,7 @@ static bt_status_t get_descriptor(int conn_id, btgatt_srvc_id_t *srvc_id,
 	cmd->number = 1;
 
 	if (start_descr_id) {
-		gatt_id_to_hal(&cmd->gatt_id[1], char_id);
+		gatt_id_to_hal(&cmd->gatt_id[1], start_descr_id);
 		len += sizeof(cmd->gatt_id[1]);
 		cmd->number++;
 	}