@@ -435,7 +435,7 @@ extern "C" {
435
435
* PrWriteListSize
436
436
* NOTE: This parameter is ignored by the CPU2 when the parameter "Options" is set to "LL_only" ( see Options description in that structure )
437
437
*
438
- * Maximum number of supported prepare write request
438
+ * Maximum number of supported prepare write request
439
439
* - Min value: given by the macro DEFAULT_PREP_WRITE_LIST_SIZE
440
440
* - Max value: a value higher than the minimum required can be specified, but it is not recommended
441
441
*/
@@ -502,7 +502,7 @@ extern "C" {
502
502
* MaxConnEventLength
503
503
* This parameter determines the maximum duration of a slave connection event. When this duration is reached the slave closes
504
504
* 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 µs (~2.44 µs)
506
506
* - Min value: 0 (if 0 is specified, the master and slave perform only a single TX-RX exchange per connection event)
507
507
* - Max value: 1638400 (4000 ms). A higher value can be specified (max 0xFFFFFFFF) but results in a maximum connection time
508
508
* 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" {
511
511
512
512
/**
513
513
* 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 µs (~2.44 µs).
515
515
* - Min value: 0
516
516
* - Max value: 820 (~2 ms). A higher value can be specified, but the value that implemented in stack is forced to ~2 ms
517
517
*/
0 commit comments