Searched refs:period_log (Results 1 – 3 of 3) sorted by relevance
2250 uint8_t period_log; member2317 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() local2411 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 …]
426 uint8_t period_log; member449 uint8_t period_log; member
3339 pub.period = cp->period_log; in config_hb_pub_set()3397 sub.period = cp->period_log; in config_hb_sub_set()