Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h608 uint64_t net_buf_simple_pull_le48(struct net_buf_simple *buf);
1511 #define net_buf_pull_le48(buf) net_buf_simple_pull_le48(&(buf)->b)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c324 uint64_t net_buf_simple_pull_le48(struct net_buf_simple *buf) in net_buf_simple_pull_le48() function