BLE: update cordio porting guide.

Improve description of the requirements of the H4 driver.
pull/6743/head
Vincent Coubard 2018-04-25 12:04:59 +01:00
parent 9cce4d2b06
commit 34c9206054
1 changed files with 4 additions and 2 deletions

View File

@ -93,8 +93,10 @@ More information about the architecture can be found in the
#### HCITransport
> **Note:** If the Bluetooth controller uses an H4 communication interface, this
step can be skipped.
> **Note:** If the Bluetooth controller uses an H4 communication interface and
the host exposes serial flow control in mbed then this step can be skipped and
the class `ble::vendor::cordio::H4TransportDriver` can be used as the transport
driver.
An empty transport driver can be coded as: