From 8f67d96321ae2500ad7670c5ba1f219865ae07f0 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 7 Mar 2014 10:47:26 +0100 Subject: [PATCH] android/hal-gatt: Remove dead code --- android/hal-gatt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/hal-gatt.c b/android/hal-gatt.c index 83183cc28..56178f6d8 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, -- 2.47.3