From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- 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 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 }; -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html