Home
last modified time | relevance | path

Searched refs:period_log (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.1.0/subsys/bluetooth/mesh/
Dcfg_srv.c2251 uint8_t period_log; member
2318 if (param->period_log == 0x11) { in heartbeat_pub_set()
2321 pub.period = bt_mesh_hb_pwr2(param->period_log); in heartbeat_pub_set()
2339 if (param->period_log > 0x11) { in heartbeat_pub_set()
2402 uint8_t period_log, status; in heartbeat_sub_set() local
2412 period_log = net_buf_simple_pull_u8(buf); in heartbeat_sub_set()
2414 LOG_DBG("sub_src 0x%04x sub_dst 0x%04x period 0x%02x", sub_src, sub_dst, period_log); in heartbeat_sub_set()
2416 if (period_log > 0x11) { in heartbeat_sub_set()
2417 LOG_WRN("Prohibited subscription period 0x%02x", period_log); in heartbeat_sub_set()
2421 if (period_log == 0x11) { in heartbeat_sub_set()
[all …]
/Zephyr-4.1.0/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h426 uint8_t period_log; member
449 uint8_t period_log; member
/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp_mesh.c3339 pub.period = cp->period_log; in config_hb_pub_set()
3397 sub.period = cp->period_log; in config_hb_sub_set()