:orphan: .. title:: CONFIG_BT_CTLR_COMPANY_ID .. kconfig:: CONFIG_BT_CTLR_COMPANY_ID CONFIG_BT_CTLR_COMPANY_ID ######################### *Controller Company Id* Type: ``hex`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_COMPANY_ID ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:95`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` → ``/bluetooth/controller/Kconfig:659`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig 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.)*