File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO/doc Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -487,22 +487,6 @@ ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver() {
487
487
}
488
488
```
489
489
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
-
506
490
507
491
508
492
You can’t perform that action at this time.
0 commit comments