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 D | buf.c | 319 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 D | buf.h | 1106 #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