-
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
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:203
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth
config BT_CTLR_COMPANY_ID hex prompt "Company Id" ifBT_CTLR
&&BT_HCI
&&BT
range 0x0000 0xFFFF ifBT_CTLR
&&BT_HCI
&&BT
default 0x05F1 ifBT_CTLR
&&BT_HCI
&&BT
depends onBT_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.)