CONFIG_BT_EXT_SCAN_BUF_SIZE

Maximum advertisement report size

Maximum advertisement report size

Type: int

Help

Maximum size of an advertisement report in octets. If the advertisement
provided by the controller is larger than this buffer size,
the remaining data will be discarded.

Help

Maximum size of an advertisement report in octets. If the advertisement
provided by the controller is larger than this buffer size,
the remaining data will be discarded.

Direct dependencies

(BT_EXT_ADV && BT_OBSERVER && BT_HCI_HOST && BT_RPC_STACK) || (BT_EXT_ADV && BT_OBSERVER && BT_HCI_HOST && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Defaults

  • 229

  • 229

Kconfig definitions

At <Zephyr>/subsys/bluetooth/host/Kconfig:489

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:10<nRF>/subsys/bluetooth/Kconfig:38<nRF>/subsys/bluetooth/rpc/Kconfig:196

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC

config BT_EXT_SCAN_BUF_SIZE
    int "Maximum advertisement report size"
    range 1 1650
    default 229
    depends on BT_EXT_ADV && BT_OBSERVER && BT_HCI_HOST && BT_RPC_STACK
    help
      Maximum size of an advertisement report in octets. If the advertisement
      provided by the controller is larger than this buffer size,
      the remaining data will be discarded.

At <Zephyr>/subsys/bluetooth/host/Kconfig:489

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

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

config BT_EXT_SCAN_BUF_SIZE
    int "Maximum advertisement report size"
    range 1 1650
    default 229
    depends on BT_EXT_ADV && BT_OBSERVER && BT_HCI_HOST && BT_HCI && BT
    help
      Maximum size of an advertisement report in octets. If the advertisement
      provided by the controller is larger than this buffer size,
      the remaining data will be discarded.

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