aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2020-08-15 19:59:30 -0700
committerChris Manton <cmanton@google.com>2020-08-18 14:58:10 +0000
commit499b7d9faa1413e7e25899883a253a077eb7abe9 (patch)
tree5c23416bb4a23a91c8d71ebe0ca189a264df1c7d /include
parent7bf082b5b30c7cca31920e818b26fcfa1dd14d38 (diff)
downloadbt-499b7d9faa1413e7e25899883a253a077eb7abe9.tar.gz
Unused def include/hardware/bt_gatt_types::btgatt_transport_t
Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ifc81bd221b3f59e09bac02f7b08b972583399213
Diffstat (limited to 'include')
-rw-r--r--include/hardware/bt_gatt_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hardware/bt_gatt_types.h b/include/hardware/bt_gatt_types.h
index e41cca604..068a41c2b 100644
--- a/include/hardware/bt_gatt_types.h
+++ b/include/hardware/bt_gatt_types.h
@@ -43,12 +43,6 @@ typedef struct {
} btgatt_srvc_id_t;
/** Preferred physical Transport for GATT connection */
-typedef enum {
- GATT_TRANSPORT_AUTO,
- GATT_TRANSPORT_BREDR,
- GATT_TRANSPORT_LE
-} btgatt_transport_t;
-
__END_DECLS
#endif /* ANDROID_INCLUDE_BT_GATT_TYPES_H */