CONFIG_BT_PER_ADV_SYNC_BUF_SIZE

Maximum periodic advertising report size

Type: int

Help

Maximum size of a fragmented periodic advertising report. If the periodic
advertising report provided by the controller is fragmented and larger
than this buffer size, then the data will be discarded.
Unfragmented reports are forwarded as they are received.

Direct dependencies

BT_PER_ADV_SYNC && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Subsystem>/bluetooth/host/Kconfig:655

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:180

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

config BT_PER_ADV_SYNC_BUF_SIZE
    int "Maximum periodic advertising report size"
    range 0 1650
    default 0
    depends on BT_PER_ADV_SYNC && BT_HCI && BT
    help
      Maximum size of a fragmented periodic advertising report. If the periodic
      advertising report provided by the controller is fragmented and larger
      than this buffer size, then the data will be discarded.
      Unfragmented reports are forwarded as they are received.

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