Searched defs:mod_idx (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 308 int mod_idx, int offset) in verify_model_item() 321 static void verify_ext_item(struct bt_mesh_comp_p1_ext_item *ext_item, int elem_idx, int mod_idx, in verify_ext_item() 369 for (int mod_idx = 0; mod_idx < p1_elem->nsig; mod_idx++) { in verify_cdp1() local 381 for (int mod_idx = 0; mod_idx < p1_elem->nvnd; mod_idx++) { in verify_cdp1() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 287 uint8_t ll_test_rx(uint8_t chan, uint8_t phy, uint8_t mod_idx, uint8_t expected_cte_len, in ll_test_rx()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/ |
D | ll.c | 86 uint8_t chan, phy, mod_idx; in cmd_test_rx() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 660 uint8_t ll_test_rx(uint8_t chan, uint8_t phy, uint8_t mod_idx, uint8_t expected_cte_len, in ll_test_rx()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 536 uint8_t mod_idx; in add_items_to_page() local 965 const struct bt_mesh_model *bt_mesh_model_get(bool vnd, uint8_t elem_idx, uint8_t mod_idx) in bt_mesh_model_get() 2024 uint8_t elem_idx, mod_idx; in mod_set() local
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 165 int mod_idx = 1; in cmd_get_comp() local
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 902 uint8_t mod_idx; /* Is the Nth model in the element */ member
|