We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e79623 commit 1d54f66Copy full SHA for 1d54f66
features/FEATURE_BLE/targets/TARGET_Cypress/COMPONENT_CYW43XXX/CyH4TransportDriver.h
@@ -87,6 +87,7 @@ class CyH4TransportDriver : public cordio::CordioHCITransportDriver {
87
// The UART APIs prevents sleep while there are data in the HW buffer.
88
// However UART APIs does not prevent the BT radio from going to sleep.
89
// Use the HAL APIs to prevent the radio from going to sleep until UART transmition is complete.
90
+ // Mbed layer has no API that distinguish between data in HW buffer v.s. data already transmitted.
91
92
cyhal_uart_t uart;
93
PinName cts;
0 commit comments