Lines Matching full:period
244 u16_t app_idx, u8_t cred_flag, u8_t ttl, u8_t period, in _mod_pub_set() argument
255 if (!model->pub->update && period) { in _mod_pub_set()
268 model->pub->period = 0; in _mod_pub_set()
291 model->pub->period = period; in _mod_pub_set()
298 BT_DBG("period %u ms", period_ms); in _mod_pub_set()
1065 net_buf_simple_add_u8(msg, mod->pub->period); in send_mod_pub_status()
2319 cfg->hb_pub.period = 0; in hb_pub_disable()
3025 net_buf_simple_add_u8(msg, cfg->hb_pub.period); in hb_pub_send_status()
3094 cfg->hb_pub.period = param->period_log; in heartbeat_pub_set()
3105 BT_DBG("period %u ms", hb_pwr2(param->period_log, 1) * 1000); in heartbeat_pub_set()
3108 * as possible after the Heartbeat Publication Period state in heartbeat_pub_set()
3136 u16_t period; in hb_sub_send_status() local
3143 period = 0; in hb_sub_send_status()
3145 period = (cfg->hb_sub.expiry - uptime) / 1000; in hb_sub_send_status()
3155 net_buf_simple_add_u8(msg, hb_log(period)); in hb_sub_send_status()
3192 BT_DBG("sub_src 0x%04x sub_dst 0x%04x period 0x%02x", in heartbeat_sub_set()
3209 BT_WARN("Prohibited subscription period 0x%02x", sub_period); in heartbeat_sub_set()
3332 period_ms = hb_pwr2(cfg->hb_pub.period, 1) * 1000; in hb_publish()
3464 BT_WARN("Heartbeat subscription period expired"); in bt_mesh_heartbeat()