Home
last modified time | relevance | path

Searched refs:net_buf_simple_reserve (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c233 net_buf_simple_reserve(buf, 10); in send_filter_status()
328 net_buf_simple_reserve(&buf, 1); in beacon_send()
961 net_buf_simple_reserve(&msg, 1); in bt_mesh_proxy_relay()
A Dfriend.c434 net_buf_simple_reserve(&sdu, 1); in encode_update()
452 net_buf_simple_reserve(&sdu, 1); in enqueue_sub_cfm()
752 net_buf_simple_reserve(&sdu, 1); in enqueue_offer()
A Dprov.c569 net_buf_simple_reserve(buf, PROV_BUF_HEADROOM); in prov_buf_init()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1198 void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve);
1294 #define net_buf_reserve(buf, reserve) net_buf_simple_reserve(&(buf)->b, \
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c525 void net_buf_simple_reserve(struct net_buf_simple *buf, size_t reserve) in net_buf_simple_reserve() function

Completed in 15 milliseconds