The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_COMPANY_ID

Company Id

Type: hex

Help

Set the Bluetooth Company Identifier that will be used in the VERSION_IND PDU. The Linux Foundation’s Company Identifier (0x05F1) is the default value for this option although silicon vendors and hardware manufacturers can set their own. The full list of Bluetooth Company Identifiers can be found here: https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers

Direct dependencies

BT_CTLR && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/controller/Kconfig:203

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth

config BT_CTLR_COMPANY_ID
    hex
    prompt "Company Id" if BT_CTLR && BT_HCI && BT
    range 0x0000 0xFFFF if BT_CTLR && BT_HCI && BT
    default 0x05F1 if BT_CTLR && BT_HCI && BT
    depends on BT_CTLR && BT_HCI && BT
    help
      Set the Bluetooth Company Identifier that will be used in
      the VERSION_IND PDU. The Linux Foundation's Company Identifier
      (0x05F1) is the default value for this option although silicon vendors
      and hardware manufacturers can set their own. The full list of
      Bluetooth Company Identifiers can be found here:
      https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers

(Definitions include propagated dependencies, including from if’s and menus.)