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){