-
CONFIG_BT_GATT_DIS_MANUF
¶
Manufacturer name
Type: string
Help¶
The device manufacturer inside Device Information Service.
Direct dependencies¶
BT_GATT_DIS
&& BT_CONN
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- “Manufacturer” if
BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/services/Kconfig.dis:19
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:104
→ subsys/bluetooth/services/Kconfig:12
Menu path: (top menu) → Bluetooth → GATT Services → Enable GATT Device Information service
config BT_GATT_DIS_MANUF string prompt "Manufacturer name" ifBT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
default "Manufacturer" ifBT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
depends onBT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
help The device manufacturer inside Device Information Service.
(Definitions include propagated dependencies, including from if’s and menus.)