Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_srv.c2250 uint8_t period_log; member
2317 if (param->period_log == 0x11) { in heartbeat_pub_set()
2320 pub.period = bt_mesh_hb_pwr2(param->period_log); in heartbeat_pub_set()
2338 if (param->period_log > 0x11) { in heartbeat_pub_set()
2401 uint8_t period_log, status; in heartbeat_sub_set() local
2411 period_log = net_buf_simple_pull_u8(buf); in heartbeat_sub_set()
2413 LOG_DBG("sub_src 0x%04x sub_dst 0x%04x period 0x%02x", sub_src, sub_dst, period_log); in heartbeat_sub_set()
2415 if (period_log > 0x11) { in heartbeat_sub_set()
2416 LOG_WRN("Prohibited subscription period 0x%02x", period_log); in heartbeat_sub_set()
2420 if (period_log == 0x11) { in heartbeat_sub_set()
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h426 uint8_t period_log; member
449 uint8_t period_log; member
/Zephyr-latest/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()