Home
last modified time | relevance | path

Searched refs:net_buf_simple_add_be32 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h290 void net_buf_simple_add_be32(struct net_buf_simple *buf, bt_u32_t val);
1417 #define net_buf_add_be32(buf, val) net_buf_simple_add_be32(&(buf)->b, val)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c111 net_buf_simple_add_be32(buf, bt_mesh.iv_index); in bt_mesh_beacon_create()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c947 void net_buf_simple_add_be32(struct net_buf_simple *buf, bt_u32_t val) in net_buf_simple_add_be32() function

Completed in 8 milliseconds