Searched refs:net_buf_simple_restore (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_raw.c | 258 net_buf_simple_restore(&buf->b, &state); in bt_send_ext()
|
A D | sdp.c | 1707 net_buf_simple_restore(&session->rec_buf->b, &buf_state); in sdp_client_notify_result()
|
A D | l2cap.c | 1725 net_buf_simple_restore(&buf->b, &state); in l2cap_chan_le_send()
|
A D | att.c | 1950 net_buf_simple_restore(&chan->req->buf->b, &chan->req->state); in att_error_rsp()
|
A D | hci_core.c | 5339 net_buf_simple_restore(&buf->b, &state); in le_adv_recv() 5349 net_buf_simple_restore(&buf->b, &state); in le_adv_recv() 5647 net_buf_simple_restore(&buf->b, &state); in hci_vendor_event()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | transport.c | 552 net_buf_simple_restore(msg, &state); in bt_mesh_trans_resend() 1450 net_buf_simple_restore(buf, &state); in bt_mesh_trans_recv()
|
A D | access.c | 642 net_buf_simple_restore(buf, &state); in bt_mesh_model_recv()
|
A D | adv.c | 441 net_buf_simple_restore(buf, &state);
|
A D | net.c | 1372 net_buf_simple_restore(&buf, &state); in bt_mesh_net_recv()
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 705 static inline void net_buf_simple_restore(struct net_buf_simple *buf, in net_buf_simple_restore() function
|
Completed in 42 milliseconds