Skip to content

Commit 34c9206

Browse files
committed
BLE: update cordio porting guide.
Improve description of the requirements of the H4 driver.
1 parent 9cce4d2 commit 34c9206

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ More information about the architecture can be found in the
9393

9494
#### HCITransport
9595

96-
> **Note:** If the Bluetooth controller uses an H4 communication interface, this
97-
step can be skipped.
96+
> **Note:** If the Bluetooth controller uses an H4 communication interface and
97+
the host exposes serial flow control in mbed then this step can be skipped and
98+
the class `ble::vendor::cordio::H4TransportDriver` can be used as the transport
99+
driver.
98100

99101
An empty transport driver can be coded as:
100102

0 commit comments

Comments
 (0)