Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h979 #define net_buf_alloc(pool, timeout) net_buf_alloc_fixed(pool, timeout) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c355 buf = net_buf_alloc(pool, timeout); in bt_mesh_adv_create_from_pool()