mirror of https://github.com/ARMmbed/mbed-os.git
BLE: update cordio porting guide.
Improve description of the requirements of the H4 driver.pull/6950/head
parent
ea5a7bf45b
commit
278df6938a
|
@ -93,8 +93,10 @@ More information about the architecture can be found in the
|
||||||
|
|
||||||
#### HCITransport
|
#### HCITransport
|
||||||
|
|
||||||
> **Note:** If the Bluetooth controller uses an H4 communication interface, this
|
> **Note:** If the Bluetooth controller uses an H4 communication interface and
|
||||||
step can be skipped.
|
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:
|
An empty transport driver can be coded as:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue