:orphan: .. title:: CONFIG_BT_PER_ADV_SYNC_BUF_SIZE .. kconfig:: CONFIG_BT_PER_ADV_SYNC_BUF_SIZE CONFIG_BT_PER_ADV_SYNC_BUF_SIZE ############################### *Maximum periodic advertising report size* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_PER_ADV_SYNC ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/bluetooth/host/Kconfig:655`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:180`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig 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.)*