Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.h7 static inline uint16_t bt_mesh_hb_pwr2(uint8_t val) in bt_mesh_hb_pwr2() function
Dheartbeat.c426 hb_pub.period = bt_mesh_hb_pwr2(hb_val.period); in hb_pub_set()
Dcfg_srv.c2311 pub.count = bt_mesh_hb_pwr2(param->count_log); in heartbeat_pub_set()
2317 pub.period = bt_mesh_hb_pwr2(param->period_log); in heartbeat_pub_set()
2420 period = bt_mesh_hb_pwr2(period_log); in heartbeat_sub_set()