Skip to content

Commit 27ab346

Browse files
author
Donatien Garnier
committed
Remove invalid UTF-8 characters from shci.h
1 parent ab8a27e commit 27ab346

File tree

1 file changed

+3
-3
lines changed
  • connectivity/drivers/ble/FEATURE_BLE/TARGET_STM32WB/STM32Cube_FW

1 file changed

+3
-3
lines changed

connectivity/drivers/ble/FEATURE_BLE/TARGET_STM32WB/STM32Cube_FW/shci.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ extern "C" {
435435
* PrWriteListSize
436436
* NOTE: This parameter is ignored by the CPU2 when the parameter "Options" is set to "LL_only" ( see Options description in that structure )
437437
*
438-
* Maximum number of supported “prepare write request”
438+
* Maximum number of supported prepare write request
439439
* - Min value: given by the macro DEFAULT_PREP_WRITE_LIST_SIZE
440440
* - Max value: a value higher than the minimum required can be specified, but it is not recommended
441441
*/
@@ -502,7 +502,7 @@ extern "C" {
502502
* MaxConnEventLength
503503
* This parameter determines the maximum duration of a slave connection event. When this duration is reached the slave closes
504504
* the current connections event (whatever is the CE_length parameter specified by the master in HCI_CREATE_CONNECTION HCI command),
505-
* expressed in units of 625/256 µs (~2.44 µs)
505+
* expressed in units of 625/256 us (~2.44 us)
506506
* - Min value: 0 (if 0 is specified, the master and slave perform only a single TX-RX exchange per connection event)
507507
* - Max value: 1638400 (4000 ms). A higher value can be specified (max 0xFFFFFFFF) but results in a maximum connection time
508508
* of 4000 ms as specified. In this case the parameter is not applied, and the predicted CE length calculated on slave is not shortened
@@ -511,7 +511,7 @@ extern "C" {
511511

512512
/**
513513
* HsStartupTime
514-
* Startup time of the high speed (16 or 32 MHz) crystal oscillator in units of 625/256 µs (~2.44 µs).
514+
* Startup time of the high speed (16 or 32 MHz) crystal oscillator in units of 625/256 us (~2.44 us).
515515
* - Min value: 0
516516
* - Max value: 820 (~2 ms). A higher value can be specified, but the value that implemented in stack is forced to ~2 ms
517517
*/

0 commit comments

Comments
 (0)