Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/porting/nimble/include/os/
Dos_mbuf.h435 #define os_mbuf_copydata r_os_mbuf_copydata macro
882 int os_mbuf_copydata(const struct os_mbuf *m, int off, int len, void *dst);
/hal_espressif-3.7.0/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c109 os_mbuf_copydata(om, 0, OS_MBUF_PKTLEN(om), &data[1]); in ble_hci_trans_hs_acl_tx()
/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c618 os_mbuf_copydata(om, 0, len - 1, &data[1]); in ble_hs_rx_data()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c529 rc = os_mbuf_copydata(event->notify_rx.om, 0, notif_len, notif_data); in disc_cb()