Searched refs:net_buf_pool (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 62 int net_buf_pool_init(struct net_buf_pool *pool) in net_buf_pool_init() 74 struct net_buf_pool *net_buf_pool_get(int id) in net_buf_pool_get() 79 static int pool_id(struct net_buf_pool *pool) in pool_id() 94 struct net_buf_pool *pool = net_buf_pool_get(id); in net_buf_pool_is_free() 114 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_id() 203 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in fixed_data_alloc() 291 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_alloc() 298 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_ref() 305 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_unref() 621 struct net_buf_pool *pool; in net_buf_unref_debug() [all …]
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 802 struct net_buf_pool { struct 833 int net_buf_pool_init(struct net_buf_pool *pool); argument 894 struct net_buf_pool _name __net_buf_align \ 946 struct net_buf_pool _name __net_buf_align \ 962 struct net_buf_pool _name __net_buf_align \ 1002 struct net_buf_pool _name __net_buf_align \ 1039 struct net_buf_pool *net_buf_pool_get(int id); 1070 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, 1076 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, 1141 struct net_buf *net_buf_alloc_with_data(struct net_buf_pool *pool, [all …]
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | adv.h | 53 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, bt_mesh_adv_alloc_t get_id,
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | rfcomm.h | 178 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool);
|
A D | sdp.h | 520 struct net_buf_pool *pool;
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn_internal.h | 264 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool, 276 struct net_buf *bt_conn_create_pdu_timeout(struct net_buf_pool *pool,
|
A D | hci_raw.c | 99 struct net_buf_pool *pool; in bt_buf_get_tx()
|
A D | l2cap_internal.h | 303 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
|
A D | conn.c | 2556 struct net_buf_pool *pool = NULL; in bt_conn_create_frag_timeout_debug() 2571 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool, in bt_conn_create_pdu_timeout_debug() 2576 struct net_buf *bt_conn_create_pdu_timeout(struct net_buf_pool *pool, in bt_conn_create_pdu_timeout_debug()
|
A D | l2cap.c | 416 struct net_buf_pool *pool = NULL; in l2cap_create_le_sig_pdu() 578 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, in bt_l2cap_create_pdu_timeout() 1562 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in l2cap_alloc_seg()
|
A D | rfcomm.c | 310 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool) in bt_rfcomm_create_pdu()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | adv.c | 263 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, bt_mesh_adv_alloc_t get_id, in bt_mesh_adv_create_from_pool()
|
A D | provisioner_main.c | 70 extern struct net_buf_pool provisioner_buf_pool;
|
Completed in 29 milliseconds