Home
last modified time | relevance | path

Searched refs:record_cnt (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_lcd.c66 static const struct bt_mesh_comp2 comp_p2 = {.record_cnt = ARRAY_SIZE(comp_rec),
Dtest_provision.c211 static const struct bt_mesh_comp2 comp_p2_1 = {.record_cnt = 1, .record = comp_rec};
212 static const struct bt_mesh_comp2 comp_p2_2 = {.record_cnt = 2, .record = comp_rec};
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1190 size_t record_cnt; member
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c669 for (int i = 0; i < dev_comp2->record_cnt; i++) { in bt_mesh_comp_data_get_page_2()
2350 for (int i = 0; i < dev_comp2->record_cnt; i++) { in comp_page_2_size()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1356 static const struct bt_mesh_comp2 comp_p2 = {.record_cnt = 1, .record = &comp_rec};