Bluetooth: controller: Default to the LF Company ID
The Linux Foundation has been assigned a Company Identifier, and with it a means of identifying Zephyr over the air. Default to the LF Company Identifier, which can be overridden by silicon vendors. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
82b7433144
commit
d4d2581b76
1 changed files with 7 additions and 2 deletions
|
@ -108,10 +108,15 @@ config BT_CTLR_TX_BUFFER_SIZE
|
|||
config BT_CTLR_COMPANY_ID
|
||||
prompt "Company Id"
|
||||
hex
|
||||
default 0xFFFF
|
||||
default 0x05F1
|
||||
range 0x0000 0xFFFF
|
||||
help
|
||||
Set the Company Id that will be used in VERSION_IND PDU.
|
||||
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
|
||||
|
||||
config BT_CTLR_SUBVERSION_NUMBER
|
||||
prompt "Subversion Number"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue