Searched refs:beacon_create (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 445 static void beacon_create(struct net_buf_simple *buf, const uint8_t net_key[16], uint8_t flags, in beacon_create() function 535 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_invalid() 592 beacon_create(&buf, test_net_key, 0x01, 0x0000); in test_tx_kr_old_key() 600 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_kr_old_key() 611 beacon_create(&buf, test_net_key_secondary, 0x03, 0x0001); in test_tx_kr_old_key() 621 beacon_create(&buf, test_net_key, 0x01, 0x0001); in test_tx_kr_old_key() 631 beacon_create(&buf, test_net_key_secondary, 0x02, 0x0001); in test_tx_kr_old_key() 641 beacon_create(&buf, test_net_key, 0x00, 0x0001); in test_tx_kr_old_key() 651 beacon_create(&buf, test_net_key_secondary, 0x00, 0x0001); in test_tx_kr_old_key() 788 beacon_create(&buf, net_key_pairs[i].primary, 0x01, 0x0000); in test_tx_multiple_netkeys() [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | beacon.c | 252 void *cb_data, int (*beacon_create)(struct bt_mesh_subnet *sub, in net_beacon_send() 281 err = beacon_create(sub, &buf->b); in net_beacon_send()
|