mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
fix(ble_mesh): avoid ble_mesh packet collision by using random adv interval
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user