Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dbeacon.h14 int bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf, bool priv);
Dproxy_srv.c330 err = bt_mesh_beacon_create(sub, &buf, client->privacy); in beacon_send()
332 err = bt_mesh_beacon_create(sub, &buf, false); in beacon_send()
Dbeacon.c243 int bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf, bool priv) in bt_mesh_beacon_create() function