From c23729bbfde8ce4f5493896ff2d398b3b0fe0a78 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Fri, 10 Jan 2014 16:57:02 +0000 Subject: [PATCH] use address of 2013 macbook air --- example/libusb/sdp_rfcomm_query.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/libusb/sdp_rfcomm_query.c b/example/libusb/sdp_rfcomm_query.c index bea43fc66..951632371 100644 --- a/example/libusb/sdp_rfcomm_query.c +++ b/example/libusb/sdp_rfcomm_query.c @@ -22,7 +22,8 @@ #include "l2cap.h" #include "sdp_query_rfcomm.h" -static bd_addr_t remote = {0x04,0x0C,0xCE,0xE4,0x85,0xD3}; +// static bd_addr_t remote = {0x04,0x0C,0xCE,0xE4,0x85,0xD3}; +static bd_addr_t remote = {0x84, 0x38, 0x35, 0x65, 0xD1, 0x15}; static uint8_t service_index = 0; static uint8_t channel_nr[10];