Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c2968 static uint16_t hb_pwr2(uint8_t val, uint8_t sub) in hb_pwr2() function
3084 cfg->hb_pub.count = hb_pwr2(param->count_log, 1); in heartbeat_pub_set()
3087 BT_DBG("period %u ms", hb_pwr2(param->period_log, 1) * 1000U); in heartbeat_pub_set()
3227 period_ms = hb_pwr2(sub_period, 1) * 1000U; in heartbeat_sub_set()
3324 period_ms = hb_pwr2(cfg->hb_pub.period, 1) * 1000U; in hb_publish()