CONFIG_DM_TIMESLOT_QUEUE_COUNT_SAME_PEER

The number of the same peer in the queue.

Type: int

Help

"The maximum number of timeslots that can be scheduled for a single peer."

Direct dependencies

NRF_DM

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At <nRF>/subsys/dm/Kconfig:94

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:54

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF DM (Distance Measurement)

config DM_TIMESLOT_QUEUE_COUNT_SAME_PEER
    int "The number of the same peer in the queue."
    default 10
    depends on NRF_DM
    help
      "The maximum number of timeslots that can be scheduled for a single peer."

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)