Diff between 07364b3f6215f37dd3d40dca672b08d1a9bb36e9 and 8f67d96321ae2500ad7670c5ba1f219865ae07f0

Changed Files

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

Full Patch

diff --git a/android/hal-gatt.c b/android/hal-gatt.c
index 83183cc..56178f6 100644
--- a/android/hal-gatt.c
+++ b/android/hal-gatt.c
@@ -744,8 +744,6 @@ static bt_status_t read_descriptor(int conn_id, btgatt_srvc_id_t *srvc_id,
 	return hal_ipc_cmd(HAL_SERVICE_ID_GATT,
 					HAL_OP_GATT_CLIENT_READ_DESCRIPTOR,
 					sizeof(cmd), &cmd, 0, NULL, NULL);
-
-	return BT_STATUS_UNSUPPORTED;
 }
 
 static bt_status_t write_descriptor(int conn_id, btgatt_srvc_id_t *srvc_id,