From f09b263e1e0c2374b039df3e187cedd50faf110c Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 31 Mar 2016 10:45:40 +0200 Subject: [PATCH] docs: correct DAEMON_EVENT_HCI_PACKET_SENT typo --- doc/manual/docs/appendix/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/docs/appendix/migration.md b/doc/manual/docs/appendix/migration.md index e98d17c8c..fe22e2711 100644 --- a/doc/manual/docs/appendix/migration.md +++ b/doc/manual/docs/appendix/migration.md @@ -97,7 +97,7 @@ The function to create an SPP SDP record has been moved into *spp_server.h* ## ANCS Client Renamed to *src/ble/ancs_client* -## Flow control / DAEMON_EVENT_PACKET_SENT +## Flow control / DAEMON_EVENT_HCI_PACKET_SENT In BTstack teh functions l2cap_can_send_packet_now(..) and rfcomm_can_send_packet(..) must be called before sending the next L2CAP or RFCOMM packet. Before v1.0, we suggested to check with l2cap_can_send_packet_now(..) or rfcomm_can_send_packet(..) whenever an HCI event was received. This has been cleaned up and streamlined in v1.0.