Searched refs:net_buf_put (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_raw.c | 184 net_buf_put(raw_rx, buf); in bt_recv()
|
A D | rfcomm.c | 269 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_disconnect() 828 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_close() 1446 net_buf_put(&dlc->tx_queue, buf); in bt_rfcomm_dlc_send() 1696 net_buf_put(&dlc->tx_queue, in bt_rfcomm_dlc_disconnect()
|
A D | l2cap.c | 2219 net_buf_put(&chan->rx_queue, buf); in l2cap_chan_recv_queue() 2528 net_buf_put(&ch->tx_queue, buf); in bt_l2cap_chan_send() 2537 net_buf_put(&ch->tx_queue, buf); in bt_l2cap_chan_send()
|
A D | hci_api.c | 344 net_buf_put(&cmd_tx_queue, buf); in bt_hci_cmd_send() 371 net_buf_put(&cmd_tx_queue, buf); in bt_hci_cmd_send_sync()
|
A D | hci_core.c | 344 net_buf_put(&bt_dev.cmd_tx_queue, buf); in bt_hci_cmd_send() 371 net_buf_put(&bt_dev.cmd_tx_queue, buf); in bt_hci_cmd_send_sync() 7127 net_buf_put(&bt_dev.rx_queue, buf); in bt_recv() 7135 net_buf_put(&bt_dev.rx_queue, buf); in bt_recv()
|
A D | conn.c | 1363 net_buf_put(&conn->tx_queue, buf); in bt_conn_send_cb()
|
A D | att.c | 1728 net_buf_put(&chan->att->prep_queue, data.buf); in att_prep_write_rsp()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 289 net_buf_put(&tx.fifo, buf); in h4_send()
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 1232 void net_buf_put(struct kfifo *fifo, struct net_buf *buf);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | adv.c | 315 net_buf_put(&adv_queue, net_buf_ref(buf)); in bt_mesh_adv_send()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 584 void net_buf_put(struct kfifo *fifo, struct net_buf *buf) in net_buf_put() function
|
Completed in 42 milliseconds