mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
example/dut_mode_classic: fix packet handler comment
This commit is contained in:
parent
486d2354f0
commit
a75ba47b51
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user