Skip to content

Commit 2c8b9ab

Browse files
committed
BLE: Remove example section from cordio porting guide.
This section is not applicable in the public version of mbed-os.
1 parent 6bb8031 commit 2c8b9ab

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -487,22 +487,6 @@ ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver() {
487487
}
488488
```
489489

490-
## Examples
491-
492-
Implementation examples might be found for:
493-
* [ST BlueNRG module](../../TARGET_NUCLEO_F401RE/BlueNrgHCIDriver.cpp): It uses
494-
a custom transport driver and a vendor specific is sent right after the answer
495-
to the reset command to switch the controller to link layer mode only.
496-
* [EM9301 module](../../TARGET_Maxim/TARGET_MAX32620HSP/EM9301HCIDriver.cpp):
497-
it uses a custom transport driver and doesn't doesn't send the command *Set
498-
Event Mask Page 2* to the controller during the reset sequence because this
499-
command is not supported by the controller.
500-
* [PAN1326](../../TARGET_Maxim/TARGET_MAX32630FTHR/CC2564HCIDriver.cpp): It
501-
uses the H4 transport driver. The reset sequence start by sending a
502-
*service pack* then once the service pack has been transferred it continue
503-
with the regular reset sequence.
504-
505-
506490

507491

508492

0 commit comments

Comments
 (0)