Searched refs:private_beacon_create (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | beacon.c | 78 static int private_beacon_create(struct bt_mesh_subnet *sub, 215 static int private_beacon_create(struct bt_mesh_subnet *sub, in private_beacon_create() function 247 return private_beacon_create(sub, buf); in bt_mesh_beacon_create() 324 .create_fn = private_beacon_create, in net_beacon_for_subnet_send()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 1241 static void private_beacon_create(struct net_buf_simple *buf, const uint8_t *net_key, uint8_t flags, in private_beacon_create() function 1293 private_beacon_create(&buf, net_key, 0x02, 0x0001); in test_tx_priv_invalid() 1519 private_beacon_create(&iv1, test_net_key, 0x02, 0x0001); in test_tx_priv_beacon_cache() 1520 private_beacon_create(&iv2, test_net_key, 0x02, 0x0002); in test_tx_priv_beacon_cache()
|