@@ -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 µs (~2.44 µs)
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 µs (~2.44 µs).
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