From a4e44d955a91759cc673dad1e102e6c32209d813 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 7 Aug 2014 17:09:11 +0300 Subject: [PATCH] android/tester-pan: Make cid_data static --- android/tester-pan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.47.3