Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c319 struct net_buf *net_buf_alloc_len(struct net_buf_pool *pool, size_t size, in net_buf_alloc_len_debug()
451 return net_buf_alloc_len(pool, fixed->data_size, timeout); in net_buf_alloc_fixed()
471 buf = net_buf_alloc_len(pool, 0, timeout); in net_buf_alloc_with_data_debug()
687 clone = net_buf_alloc_len(pool, 0, timeout); in net_buf_clone()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1106 #define net_buf_alloc_len(_pool, _size, _timeout) \ macro
1109 struct net_buf *net_buf_alloc_len(struct net_buf_pool *pool, size_t size,

Completed in 11 milliseconds