Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h560 uint32_t net_buf_simple_pull_le24(struct net_buf_simple *buf);
1459 #define net_buf_pull_le24(buf) net_buf_simple_pull_le24(&(buf)->b)
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c280 uint32_t net_buf_simple_pull_le24(struct net_buf_simple *buf) in net_buf_simple_pull_le24() function