diff --git a/example/libusb/classic_test.c b/example/libusb/classic_test.c index 5e4ff609e..946d106a3 100644 --- a/example/libusb/classic_test.c +++ b/example/libusb/classic_test.c @@ -119,10 +119,11 @@ void do_next_remote_name_request(void){ } static void continue_remote_names(){ - if (has_more_remote_name_requests()){ - do_next_remote_name_request(); - return; - } + // don't get remote names for testing + // if (has_more_remote_name_requests()){ + // do_next_remote_name_request(); + // return; + // } // start_scan(); // accept first device if (deviceCount){ @@ -172,13 +173,12 @@ static void inquiry_packet_handler (uint8_t packet_type, uint8_t *packet, uint16 break; case HCI_EVENT_INQUIRY_COMPLETE: - // don't get remote names for testing - // for (i=0;i