Home
last modified time | relevance | path

Searched refs:net_buf_pull (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h1393 #define net_buf_pull(buf, len) net_buf_simple_pull(&(buf)->b, len) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c1333 net_buf_pull(buf, 3); /* skip SEQNUM */ in is_segack()