summaryrefslogtreecommitdiff
path: root/android/tester-hidhost.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-08-07 17:28:19 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-08-08 13:54:25 +0300
commit921a4d86c15b05fe39fd84152929b05753ea67ab (patch)
tree2261b002efa7270fea724a183005be380122049f /android/tester-hidhost.c
parenta4e44d955a91759cc673dad1e102e6c32209d813 (diff)
downloadbluez-921a4d86c15b05fe39fd84152929b05753ea67ab.tar.gz
android/tester-hidhost: Make cid_data static
Diffstat (limited to 'android/tester-hidhost.c')
-rw-r--r--android/tester-hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tester-hidhost.c b/android/tester-hidhost.c
index c6296aa7e..c7e3a6735 100644
--- a/android/tester-hidhost.c
+++ b/android/tester-hidhost.c
@@ -57,7 +57,7 @@ struct emu_cid_data {
uint16_t intr_cid;
};
-struct emu_cid_data cid_data;
+static struct emu_cid_data cid_data;
static const uint8_t did_req_pdu[] = { 0x06, /* PDU id */
0x00, 0x00, /* Transaction id */