summaryrefslogtreecommitdiff
path: root/android/tester-pan.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-08-07 17:09:11 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-08-08 13:54:25 +0300
commita4e44d955a91759cc673dad1e102e6c32209d813 (patch)
tree8d66c259d5064d459195576d019ff5ec08ab18db /android/tester-pan.c
parent80d7a8665c0b4dc3387cb727b0bc50fd27854f6b (diff)
downloadbluez-a4e44d955a91759cc673dad1e102e6c32209d813.tar.gz
android/tester-pan: Make cid_data static
Diffstat (limited to 'android/tester-pan.c')
-rw-r--r--android/tester-pan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tester-pan.c b/android/tester-pan.c
index da5b7712b..c293022ce 100644
--- a/android/tester-pan.c
+++ b/android/tester-pan.c
@@ -28,7 +28,7 @@ struct emu_cid_data {
uint16_t nap_cid;
};
-struct emu_cid_data cid_data;
+static struct emu_cid_data cid_data;
static uint8_t pan_conn_req_pdu[] = { 0x01, 0x01, 0x02, 0x11, 0x16,
0x11, 0x15 };
static uint8_t pan_conn_rsp_pdu[] = { 0x01, 0x02, 0x00, 0x00 };