Searched refs:BT_MESH_KEY_PRIMARY (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | mesh.h | 9 #define BT_MESH_KEY_PRIMARY 0x0000 macro
|
D | beacon.c | 629 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()
|
D | cdb.c | 742 sub = bt_mesh_cdb_subnet_alloc(BT_MESH_KEY_PRIMARY); in bt_mesh_cdb_create()
|
D | net.c | 389 bt_mesh_subnet_get(BT_MESH_KEY_PRIMARY)) { in bt_mesh_next_seq()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 237 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 …]
|