Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1188 struct bt_mesh_comp2 { struct
1207 int bt_mesh_comp2_register(const struct bt_mesh_comp2 *comp2); argument
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
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};
908 const struct bt_mesh_comp2 *comp_p2) in device_pb_remote_server_setup_unproved()
915 const struct bt_mesh_comp2 *comp_p2) in device_pb_remote_server_setup_proved()
Dtest_lcd.c66 static const struct bt_mesh_comp2 comp_p2 = {.record_cnt = ARRAY_SIZE(comp_rec),
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c61 static const struct bt_mesh_comp2 *dev_comp2;
1098 int bt_mesh_comp2_register(const struct bt_mesh_comp2 *comp2) in bt_mesh_comp2_register()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1356 static const struct bt_mesh_comp2 comp_p2 = {.record_cnt = 1, .record = &comp_rec};