| /Zephyr-latest/subsys/bluetooth/host/ |
| D | settings.c | 191 if (len_rd != sizeof(bt_dev.appearance)) { in set_setting() 196 len = read_cb(cb_arg, &bt_dev.appearance, sizeof(bt_dev.appearance)); in set_setting()
|
| D | hci_core.h | 432 uint16_t appearance; member
|
| D | hci_core.c | 108 .appearance = CONFIG_BT_DEVICE_APPEARANCE, 4507 return bt_dev.appearance; in bt_get_appearance() 4514 int bt_set_appearance(uint16_t appearance) in bt_set_appearance() argument 4516 if (bt_dev.appearance != appearance) { in bt_set_appearance() 4518 int err = bt_settings_store_appearance(&appearance, sizeof(appearance)); in bt_set_appearance() 4525 bt_dev.appearance = appearance; in bt_set_appearance()
|
| D | Kconfig.gatt | 296 appearance GAP characteristic.
|
| D | gatt.c | 136 uint16_t appearance = sys_cpu_to_le16(bt_get_appearance()); in read_appearance() local 138 return bt_gatt_attr_read(conn, attr, buf, len, offset, &appearance, in read_appearance() 139 sizeof(appearance)); in read_appearance() 149 uint16_t appearance; in write_appearance() local 161 appearance = sys_le16_to_cpu(appearance_le); in write_appearance() 163 err = bt_set_appearance(appearance); in write_appearance()
|
| D | Kconfig | 888 If CONFIG_BT_SETTINGS is set, the appearance is persistently stored. 891 int "Bluetooth device appearance" 895 Bluetooth device appearance. For the list of possible values please
|
| /Zephyr-latest/doc/_static/js/ |
| D | dark-mode-toggle.min.mjs | 2 …appearance";const u="permanent";const f="mode";const k="colorschemechange";const y="permanentcolor…
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | bt.c | 1892 const bool appearance = atomic_test_bit(adv_options, SHELL_ADV_OPT_APPEARANCE); in ad_init() local 1921 if (appearance) { in ad_init() 1976 bool appearance = false; in cmd_advertise() local 2015 appearance = true; in cmd_advertise() 2055 atomic_set_bit_to(adv_opt, SHELL_ADV_OPT_APPEARANCE, appearance); in cmd_advertise() 2270 bool appearance = false; in cmd_adv_data() local 2330 appearance = true; in cmd_adv_data() 2383 atomic_set_bit_to(adv_set_opt[selected_adv], SHELL_ADV_OPT_APPEARANCE, appearance); in cmd_adv_data() 4948 SHELL_CMD_ARG(appearance, NULL, "[new appearance value]", cmd_appearance, 1, 1), 4950 SHELL_CMD_ARG(appearance, NULL, HELP_NONE, cmd_appearance, 1, 0),
|
| /Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
| D | board-catalog.css | 19 appearance: none;
|
| /Zephyr-latest/doc/hardware/arch/ |
| D | x86.rst | 17 memory are identity mapped and thus giving the appearance of execution
|
| /Zephyr-latest/ |
| D | CODE_OF_CONDUCT.md | 9 nationality, personal appearance, race, caste, color, religion, or sexual
|
| /Zephyr-latest/doc/contribute/documentation/ |
| D | generation.rst | 173 appearance through the use of themes. Replace the theme files and do
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-1.8.rst | 182 * Improved CSS formatting and appearance of generated documents
|
| D | release-notes-3.1.rst | 264 * Implemented support for dynamic appearance, including a new
|
| D | release-notes-1.14.rst | 1059 * Added CSS changes to improve API docs appearance and usability
|
| /Zephyr-latest/scripts/ |
| D | spelling.txt | 145 appearence||appearance
|
| /Zephyr-latest/doc/_static/css/ |
| D | custom.css | 703 /* Improves the appearance of uppercase text */
|
| /Zephyr-latest/doc/develop/test/ |
| D | twister.rst | 915 will be put into lists ordered as their appearance in recordings.
|
| /Zephyr-latest/doc/ |
| D | zephyr.doxyfile.in | 779 # appearance of the value of individual variables and macros / defines can be
|