Searched refs:net_buf_append_bytes (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 1933 size_t net_buf_append_bytes(struct net_buf *buf, size_t len,
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 830 size_t net_buf_append_bytes(struct net_buf *buf, size_t len, in net_buf_append_bytes() function
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 3745 write = net_buf_append_bytes(buf, length, data, K_NO_WAIT, NULL, NULL); in bt_gatt_write_without_response_cb() 3823 write = net_buf_append_bytes(buf, len, params->data, K_NO_WAIT, in gatt_prepare_write() 3866 write = net_buf_append_bytes(buf, params->length, params->data, in bt_gatt_write()
|
A D | l2cap.c | 2118 len = net_buf_append_bytes(chan->_sdu, buf->len, buf->data, K_NO_WAIT, in l2cap_chan_le_recv_seg()
|
Completed in 19 milliseconds