Home
last modified time | relevance | path

Searched refs:bt_mesh_dh_key_gen (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h771 int bt_mesh_dh_key_gen(const uint8_t remote_pk[64], bt_mesh_dh_key_cb_t cb, const uint8_t idx);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c995 if (bt_mesh_dh_key_gen(buf.data, prov_dh_key_cb, 0)) { in send_pub_key()
1037 if (bt_mesh_dh_key_gen(buf.data, prov_dh_key_cb, 0)) { in bt_mesh_calc_dh_key()
Dprovisioner_prov.c2229 if (bt_mesh_dh_key_gen(pub_key, prov_dh_key_cb, idx)) {
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1884 int bt_mesh_dh_key_gen(const uint8_t remote_pk[64], bt_mesh_dh_key_cb_t cb, const uint8_t idx) in bt_mesh_dh_key_gen() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1886 int bt_mesh_dh_key_gen(const uint8_t remote_pk[64], bt_mesh_dh_key_cb_t cb, const uint8_t idx) in bt_mesh_dh_key_gen() function