/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 53 .dev_key = {0xaa}, 296 err = bt_mesh_provision(net_key, 0, 0, 0, cfg.addr, cfg.dev_key); in provision_and_configure()
|
D | mesh_test.h | 145 uint8_t dev_key[16]; member
|
D | test_persistence.c | 490 uint8_t dev_key[16]; in test_provisioning_data_load() local 502 ASSERT_OK(bt_mesh_key_export(dev_key, dkey)); in test_provisioning_data_load() 503 LOG_HEXDUMP_INF(dev_key, sizeof(dev_key), "Exported device key:"); in test_provisioning_data_load() 505 if (memcmp(dev_key, test_devkey, sizeof(test_devkey))) { in test_provisioning_data_load()
|
D | test_transport.c | 51 .dev_key = { 0x01 }, 55 .dev_key = { 0x02 },
|
D | test_friendship.c | 34 .dev_key = { 0x01 }, 38 .dev_key = { 0x02 }, 62 lpn_cfg.dev_key[0] = get_device_nbr(); in test_lpn_init()
|
D | test_advertiser.c | 28 .dev_key = { 0x01 }, 416 bt_mesh_provision(test_net_key, 0, 0, 0, adv_cfg.addr, adv_cfg.dev_key); in test_tx_proxy_mixin()
|
D | test_access.c | 52 static uint8_t dev_key[16] = { 0xdd }; variable 313 err = bt_mesh_provision(net_key, 0, 0, 0, addr, dev_key); in provision()
|
D | test_beacon.c | 47 .dev_key = { 0x01 }, 51 .dev_key = { 0x02 }, 1100 err = bt_mesh_provision(net_key, 0, 0, 0, dev_cfg->addr, dev_cfg->dev_key); in provision() 1981 .dev_key = { 0x03 },
|
D | mesh_test.c | 244 err = bt_mesh_provision(test_net_key, 0, 0, 0, cfg->addr, cfg->dev_key); in bt_mesh_device_provision_and_configure()
|
D | test_dfu.c | 32 static uint8_t dev_key[16] = { 0xdd }; variable 352 err = bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key); in provision()
|
D | test_blob.c | 128 static uint8_t dev_key[16] = { 0xdd }; variable 295 err = bt_mesh_provision(net_key, 0, 0, 0, addr, dev_key); in provision()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 456 const uint8_t dev_key[16]);
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 630 .dev_key = BT_MESH_IS_DEV_KEY(tx->ctx->app_idx), in trans_encrypt() 783 .dev_key = !AKF(&hdr), in sdu_recv() 795 LOG_DBG("AKF %u AID 0x%02x", !ctx.crypto.dev_key, AID(&hdr)); in sdu_recv() 802 rx->ctx.app_idx = bt_mesh_app_key_find(ctx.crypto.dev_key, AID(&hdr), in sdu_recv()
|
D | friend.c | 400 meta->crypto.dev_key = BT_MESH_IS_DEV_KEY(app_idx); in unseg_app_sdu_unpack()
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 66 uint8_t dev_key[16]; member 75 uint8_t dev_key[16]; member
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 46 static uint8_t dev_key[16]; variable 1441 memcpy(dev_key, cp->dev_key, sizeof(dev_key)); in provision_node() 1466 dev_key); in provision_node() 1529 addr, dev_key); in start()
|