From 04e42ad0d407383e6dd127996098e6f41d738209 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sun, 25 Sep 2011 14:03:40 +0000 Subject: [PATCH] don't send test data in echo example --- example/rfcomm-echo.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/example/rfcomm-echo.c b/example/rfcomm-echo.c index 2d37e5b69..93ce1852e 100644 --- a/example/rfcomm-echo.c +++ b/example/rfcomm-echo.c @@ -182,11 +182,6 @@ void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint bt_send_cmd(&btstack_set_discoverable, 1); break; - case RFCOMM_EVENT_CREDITS: - sprintf((char*)test_data, "-> %09u <- ", counter++); - bt_send_rfcomm(rfcomm_channel_id, test_data, mtu); - break; - case HCI_EVENT_PIN_CODE_REQUEST: // inform about pin code request printf("Using PIN 0000\n");