Home
last modified time | relevance | path

Searched refs:net_buf_simple_init_with_data (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h165 void net_buf_simple_init_with_data(struct net_buf_simple *buf,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c386 void net_buf_simple_init_with_data(struct net_buf_simple *buf, in net_buf_simple_init_with_data() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c419 net_buf_simple_init_with_data(&buf, (void *)desc->data, desc->length_data); in disc_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c302 net_buf_simple_init_with_data(&buf, p_data->inq_res.p_eir, p_data->inq_res.adv_data_len); in bt_mesh_scan_result_callback()