:orphan: .. title:: CONFIG_BT_COMPANY_ID .. kconfig:: CONFIG_BT_COMPANY_ID CONFIG_BT_COMPANY_ID #################### *Company Id* Type: ``hex`` Help ==== .. code-block:: none Set the Bluetooth Company Identifier for this device. The Linux Foundation's Company Identifier (0x05F1) is the default value for this option although silicon vendors and hardware manufacturers can set their own. Note that the controller's Company Identifier is controlled by BT_CTLR_COMPANY_ID. The full list of Bluetooth Company Identifiers can be found here: https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers Direct dependencies =================== \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x05F1 Kconfig definition ================== At ``/bluetooth/Kconfig:180`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_COMPANY_ID hex "Company Id" range 0x0000 0xFFFF default 0x05F1 depends on BT help Set the Bluetooth Company Identifier for this device. The Linux Foundation's Company Identifier (0x05F1) is the default value for this option although silicon vendors and hardware manufacturers can set their own. Note that the controller's Company Identifier is controlled by BT_CTLR_COMPANY_ID. 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.)*