Searched refs:bt_mesh_beacon_create (Results 1 – 3 of 3) sorted by relevance
14 int bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf, bool priv);
330 err = bt_mesh_beacon_create(sub, &buf, client->privacy); in beacon_send()332 err = bt_mesh_beacon_create(sub, &buf, false); in beacon_send()
243 int bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf, bool priv) in bt_mesh_beacon_create() function