Home
last modified time | relevance | path

Searched refs:BT_MESH_KEY_PRIMARY (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dmesh.h9 #define BT_MESH_KEY_PRIMARY 0x0000 macro
Dbeacon.c629 if (bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY) && in net_beacon_recv()
630 sub->net_idx != BT_MESH_KEY_PRIMARY) { in net_beacon_recv()
Dcdb.c742 sub = bt_mesh_cdb_subnet_alloc(BT_MESH_KEY_PRIMARY); in bt_mesh_cdb_create()
Dnet.c389 bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY)) { in bt_mesh_next_seq()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c237 status = bt_mesh_subnet_kr_phase_get(BT_MESH_KEY_PRIMARY, &phase); in tx_on_key_refresh_test()
244 status = bt_mesh_subnet_update(BT_MESH_KEY_PRIMARY, new_key); in tx_on_key_refresh_test()
246 status = bt_mesh_subnet_kr_phase_get(BT_MESH_KEY_PRIMARY, &phase); in tx_on_key_refresh_test()
253 status = bt_mesh_subnet_kr_phase_set(BT_MESH_KEY_PRIMARY, &phase); in tx_on_key_refresh_test()
255 status = bt_mesh_subnet_kr_phase_get(BT_MESH_KEY_PRIMARY, &phase); in tx_on_key_refresh_test()
262 status = bt_mesh_subnet_kr_phase_set(BT_MESH_KEY_PRIMARY, &phase); in tx_on_key_refresh_test()
264 status = bt_mesh_subnet_kr_phase_get(BT_MESH_KEY_PRIMARY, &phase); in tx_on_key_refresh_test()
291 status = bt_mesh_subnet_kr_phase_get(BT_MESH_KEY_PRIMARY, &phase); in test_rx_on_key_refresh()
298 status = bt_mesh_subnet_update(BT_MESH_KEY_PRIMARY, new_key); in test_rx_on_key_refresh()
300 status = bt_mesh_subnet_kr_phase_get(BT_MESH_KEY_PRIMARY, &phase); in test_rx_on_key_refresh()
[all …]