Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h644 uint64_t net_buf_simple_pull_be64(struct net_buf_simple *buf);
1550 #define net_buf_pull_be64(buf) net_buf_simple_pull_be64(&(buf)->b)
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c358 uint64_t net_buf_simple_pull_be64(struct net_buf_simple *buf) in net_buf_simple_pull_be64() function