Searched refs:net_buf_alloc_fixed_debug (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 1070 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, 1074 net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__)
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn.c | 2594 buf = net_buf_alloc_fixed_debug(pool, K_NO_WAIT, func, line); in bt_conn_create_pdu_timeout_debug() 2601 buf = net_buf_alloc_fixed_debug(pool, timeout, func, in bt_conn_create_pdu_timeout_debug() 2609 buf = net_buf_alloc_fixed_debug(pool, timeout, func, in bt_conn_create_pdu_timeout_debug()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 436 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, in net_buf_alloc_fixed_debug() function
|
Completed in 12 milliseconds