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

CONFIG_BT_CTLR_COMPANY_ID

Controller Company Id

Type: hex

Help

Set the Bluetooth Company Identifier that will be used in
the VERSION_IND PDU. Uses BT_COMPANY_ID by default, although
silicon vendors and hardware manufacturers can set their own
Company Identifier for the controller. The full list of Bluetooth
Company Identifiers can be found here:
https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers

Direct dependencies

BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At subsys/bluetooth/controller/Kconfig.ll_sw_split:95

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:175subsys/bluetooth/controller/Kconfig:659

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

config BT_CTLR_COMPANY_ID
    hex "Controller Company Id"
    range 0x0000 0xFFFF
    default BT_COMPANY_ID
    depends on BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT
    help
      Set the Bluetooth Company Identifier that will be used in
      the VERSION_IND PDU. Uses BT_COMPANY_ID by default, although
      silicon vendors and hardware manufacturers can set their own
      Company Identifier for the controller. The full list of Bluetooth
      Company Identifiers can be found here:
      https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers

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