fix(ble_mesh): avoid ble_mesh packet collision by using random adv interval

This commit is contained in:
Wu Meng Shi
2023-12-06 11:06:38 +08:00
committed by Island
parent 96f49c2603
commit a93783ae90
5 changed files with 58 additions and 7 deletions

View File

@@ -53,6 +53,8 @@ void bt_mesh_free_buf(struct net_buf_simple *buf);
int bt_mesh_rand(void *buf, size_t len);
uint32_t bt_mesh_get_rand(void);
#ifdef __cplusplus
}
#endif