Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c250 if (net_buf_tailroom(buf) < len) { in unprovisioned_beacon_send()
Dnet.c923 net_buf_tailroom(buf)); in bt_mesh_net_send()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h1562 #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c739 uint16_t count = MIN(len, net_buf_tailroom(frag)); in net_buf_append_bytes()