Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bindesc/
Dbindesc.ld13 SHORT(BINDESC_TAG_DESCRIPTORS_END);
14 SHORT(0);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_cdp1.c154 static struct bt_mesh_comp_p1_ext_item test_p1_ext_mod2_mod1 = {.type = SHORT,
160 static struct bt_mesh_comp_p1_ext_item test_p1_ext_vnd1_mod1 = {.type = SHORT,
166 static struct bt_mesh_comp_p1_ext_item test_p1_ext_mod3_mod4 = {.type = SHORT,
345 if (ext_item->type == SHORT) { in verify_ext_item()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h1737 enum { SHORT, LONG } type; enumerator
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c200 if (ext_item.type == SHORT) { in cmd_get_comp()
237 if (ext_item.type == SHORT) { in cmd_get_comp()
/Zephyr-latest/cmake/modules/
Ddts.cmake137 zephyr_build_string(board_string SHORT shortened_board_string
Dextensions.cmake1614 # [SHORT <out-variable>]
1627 # SHORT <out-variable>: Output variable where the shortened build string will be returned.
1653 # zephyr_build_string(build_string SHORT short_build_string BOARD alpha BOARD_REVISION 1.0.0 BOAR…
1664 set(single_args BOARD BOARD_QUALIFIERS BOARD_REVISION BUILD SHORT)
1690 "zephyr_build_string(${ARGV0} <list> SHORT ${BUILD_STR_SHORT} ...)"
2791 SHORT shortened_filename_list
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c2461 ext_item->type = SHORT; in bt_mesh_comp_p1_pull_ext_item()