Diff between 80d7a8665c0b4dc3387cb727b0bc50fd27854f6b and a4e44d955a91759cc673dad1e102e6c32209d813

Changed Files

File Additions Deletions Status
android/tester-pan.c +1 -1 modified

Full Patch

diff --git a/android/tester-pan.c b/android/tester-pan.c
index da5b771..c293022 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 };