Searched refs:bt_mesh_rand (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_common.h | 68 int bt_mesh_rand(void *buf, size_t len);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_common.c | 94 int bt_mesh_rand(void *buf, size_t len) in bt_mesh_rand() function
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | main.c | 430 bt_mesh_rand(&delay, sizeof(uint32_t)); in bt_mesh_init()
|
D | provisioner_main.c | 91 if (bt_mesh_rand(p_key, 16)) { in bt_mesh_provisioner_net_create() 984 if (bt_mesh_rand(p_key, 16)) { in bt_mesh_provisioner_local_app_key_add() 1250 if (bt_mesh_rand(p_key, 16)) { in bt_mesh_provisioner_local_net_key_add()
|
D | prov.c | 730 bt_mesh_rand(str, size); in prov_auth() 754 bt_mesh_rand(&num, sizeof(num)); in prov_auth() 867 if (bt_mesh_rand(link.rand, 16)) { in send_confirm()
|
D | provisioner_prov.c | 1471 bt_mesh_rand(&link[idx].link_id, sizeof(link[idx].link_id)); 1482 bt_mesh_rand(&link[idx].link_id, sizeof(link[idx].link_id)); 1956 bt_mesh_rand(str, size); 1977 bt_mesh_rand(&num, sizeof(num)); 2042 if (bt_mesh_rand(link[idx].rand, PROV_RANDOM_SIZE)) {
|
D | proxy_server.c | 1159 err = bt_mesh_rand(proxy_svc_data + 11, 8); in node_id_adv()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1800 bt_mesh_rand(bt_mesh_private_key, sizeof(bt_mesh_private_key)); in bt_mesh_adapt_init() 1824 if (bt_mesh_rand(bt_mesh_private_key, 32)) { in bt_mesh_pub_key_get()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1829 bt_mesh_rand(bt_mesh_private_key, sizeof(bt_mesh_private_key)); in bt_mesh_adapt_init()
|