Searched refs:net_buf_alloc_len_debug (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 315 struct net_buf *net_buf_alloc_len_debug(struct net_buf_pool *pool, size_t size, in net_buf_alloc_len_debug() function 442 return net_buf_alloc_len_debug(pool, fixed->data_size, timeout, func, in net_buf_alloc_fixed_debug() 469 buf = net_buf_alloc_len_debug(pool, 0, timeout, func, line); in net_buf_alloc_with_data_debug()
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 1103 struct net_buf *net_buf_alloc_len_debug(struct net_buf_pool *pool, size_t size, 1107 net_buf_alloc_len_debug(_pool, _size, _timeout, __func__, __LINE__)
|
Completed in 8 milliseconds