Home
last modified time | relevance | path

Searched refs:net_buf_append_bytes (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1933 size_t net_buf_append_bytes(struct net_buf *buf, size_t len,
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c830 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 Dgatt.c3745 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 Dl2cap.c2118 len = net_buf_append_bytes(chan->_sdu, buf->len, buf->data, K_NO_WAIT, in l2cap_chan_le_recv_seg()

Completed in 19 milliseconds