Searched refs:appearance (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | settings.c | 190 if (len_rd != sizeof(bt_dev.appearance)) { in set_setting() 195 len = read_cb(cb_arg, &bt_dev.appearance, sizeof(bt_dev.appearance)); in set_setting()
|
D | hci_core.h | 430 uint16_t appearance; member
|
D | hci_core.c | 105 .appearance = CONFIG_BT_DEVICE_APPEARANCE, 4509 return bt_dev.appearance; in bt_get_appearance() 4516 int bt_set_appearance(uint16_t appearance) in bt_set_appearance() argument 4518 if (bt_dev.appearance != appearance) { in bt_set_appearance() 4520 int err = bt_settings_store_appearance(&appearance, sizeof(appearance)); in bt_set_appearance() 4527 bt_dev.appearance = appearance; in bt_set_appearance()
|
D | Kconfig.gatt | 295 appearance GAP characteristic.
|
D | gatt.c | 131 uint16_t appearance = sys_cpu_to_le16(bt_get_appearance()); in read_appearance() local 133 return bt_gatt_attr_read(conn, attr, buf, len, offset, &appearance, in read_appearance() 134 sizeof(appearance)); in read_appearance() 144 uint16_t appearance; in write_appearance() local 156 appearance = sys_le16_to_cpu(appearance_le); in write_appearance() 158 err = bt_set_appearance(appearance); in write_appearance()
|
D | Kconfig | 884 If CONFIG_BT_SETTINGS is set, the appearance is persistently stored. 887 int "Bluetooth device appearance" 891 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/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 19 appearance: none;
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 1891 const bool appearance = atomic_test_bit(adv_options, SHELL_ADV_OPT_APPEARANCE); in ad_init() local 1920 if (appearance) { in ad_init() 1981 bool appearance = false; in cmd_advertise() local 2020 appearance = true; in cmd_advertise() 2060 atomic_set_bit_to(adv_opt, SHELL_ADV_OPT_APPEARANCE, appearance); in cmd_advertise() 2275 bool appearance = false; in cmd_adv_data() local 2335 appearance = true; in cmd_adv_data() 2388 atomic_set_bit_to(adv_set_opt[selected_adv], SHELL_ADV_OPT_APPEARANCE, appearance); in cmd_adv_data() 4916 SHELL_CMD_ARG(appearance, NULL, "[new appearance value]", cmd_appearance, 1, 1), 4918 SHELL_CMD_ARG(appearance, NULL, HELP_NONE, cmd_appearance, 1, 0),
|
/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 | 702 /* Improves the appearance of uppercase text */
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 779 # appearance of the value of individual variables and macros / defines can be
|