-
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_LL_SW
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:175
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:156
Menu path: (top menu) → Bluetooth
config BT_CTLR_COMPANY_ID hex prompt "Company Id" ifBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
range 0x0000 0xFFFF ifBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
default 0x05F1 ifBT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_LL_SW
&&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.)