From a75ba47b51b3263f7572b08e02bda62b1244b225 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 19 Oct 2017 11:58:20 +0200 Subject: [PATCH] example/dut_mode_classic: fix packet handler comment --- example/dut_mode_classic.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/dut_mode_classic.c b/example/dut_mode_classic.c index 1c01f3cb7..3907fd95f 100644 --- a/example/dut_mode_classic.c +++ b/example/dut_mode_classic.c @@ -56,9 +56,8 @@ static btstack_packet_callback_registration_t hci_event_callback_registration; /* @section Bluetooth Logic * - * @text The Bluetooth logic is implemented as a state machine within the packet - * handler. In this example, the following states are passed sequentially: - * INIT, and ACTIVE. + * @text When BTstack is up and running, send Enable Device Under Test Mode Command and + * print its result. */ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){