Searched refs:beacon_create (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 432 static void beacon_create(struct net_buf_simple *buf, const uint8_t net_key[16], uint8_t flags, in beacon_create() function 525 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_invalid() 582 beacon_create(&buf, test_net_key, 0x01, 0x0000); in test_tx_kr_old_key() 590 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_kr_old_key() 601 beacon_create(&buf, test_net_key_2, 0x03, 0x0001); in test_tx_kr_old_key() 611 beacon_create(&buf, test_net_key, 0x01, 0x0001); in test_tx_kr_old_key() 621 beacon_create(&buf, test_net_key_2, 0x02, 0x0001); in test_tx_kr_old_key() 631 beacon_create(&buf, test_net_key, 0x00, 0x0001); in test_tx_kr_old_key() 641 beacon_create(&buf, test_net_key_2, 0x00, 0x0001); in test_tx_kr_old_key() 778 beacon_create(&buf, net_key_pairs[i].primary, 0x01, 0x0000); in test_tx_multiple_netkeys() [all …]
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | beacon.c | 266 int (*beacon_create)(struct bt_mesh_subnet *sub, in net_beacon_send() 296 err = beacon_create(sub, &adv->b); in net_beacon_send()
|