summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2016-11-18 08:42:23 -0800
committerMyles Watson <mylesgw@google.com>2016-11-23 09:43:24 -0800
commit9979121f0865e07432215529f9b157792ae3ef21 (patch)
treec4cbc5fd3cc370e9a92c71bf33986b8a149bfda6 /include
parent2e8e9f42132d0297a94c0852a1fbf45c9bc348e5 (diff)
downloadandroid_system_bt-9979121f0865e07432215529f9b157792ae3ef21.tar.gz
android_system_bt-9979121f0865e07432215529f9b157792ae3ef21.tar.bz2
android_system_bt-9979121f0865e07432215529f9b157792ae3ef21.zip
Remove BTA_GATT_INCLUDED
Test: Connect to a BLE Keyboard Change-Id: I00393e2bf09fb65533e953896563e69aab5a22dc
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index feca61544..e0977c0f2 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -75,10 +75,6 @@
#define BTA_AR_INCLUDED TRUE
#endif
-#ifndef BTA_GATT_INCLUDED
-#define BTA_GATT_INCLUDED TRUE
-#endif
-
#ifndef BTA_AV_SINK_INCLUDED
#define BTA_AV_SINK_INCLUDED FALSE
#endif
@@ -716,10 +712,6 @@
* ATT/GATT Protocol/Profile Settings
*
*****************************************************************************/
-#ifndef BTA_GATT_INCLUDED
-#define BTA_GATT_INCLUDED TRUE
-#endif
-
#ifndef BLE_LLT_INCLUDED
#define BLE_LLT_INCLUDED TRUE
#endif