Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c233 net_buf_add_be16(buf, oob_info); in unprovisioned_beacon_send()
Dfriend.c361 net_buf_add_be16(buf, info->src); in create_friend_pdu()
362 net_buf_add_be16(buf, info->dst); in create_friend_pdu()
Dprov.c465 net_buf_add_be16(start, msg->len); in prov_send_adv()
Dprovisioner_prov.c1558 net_buf_add_be16(start, msg->len);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h1130 #define net_buf_add_be16(buf, val) net_buf_simple_add_be16(&(buf)->b, val) macro