random: Rename random header
rand32.h does not make much sense, since the random subsystem provides more APIs than just getting a random 32 bits value. Rename it to random.h and get consistently with other subsystems. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
c928e3b125
commit
e7bd10ae71
133 changed files with 225 additions and 206 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "access.h"
|
||||
#include "dfu.h"
|
||||
#include "blob.h"
|
||||
#include <zephyr/random/rand32.h>
|
||||
#include <zephyr/random/random.h>
|
||||
#include <common/bt_str.h>
|
||||
|
||||
#define LOG_LEVEL CONFIG_BT_MESH_DFU_LOG_LEVEL
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <zephyr/sys/slist.h>
|
||||
#include <zephyr/random/rand32.h>
|
||||
#include <zephyr/random/random.h>
|
||||
#include <zephyr/sys/byteorder.h>
|
||||
#include <zephyr/bluetooth/hci.h>
|
||||
#include <zephyr/bluetooth/mesh/rpr_srv.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue