/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_portfolio.c | 62 static char identity[MAX_INSTANCE_COUNT][PORTFOLIO_IDENTITY_MAX][DEFAULT_IDENTITY_BUFFER_LENGTH]; variable 89 (void)memset(identity[avail], 0, DEFAULT_IDENTITY_BUFFER_LENGTH); in portfolio_create() 95 PORTFOLIO_IDENTITY_MAX, false, identity[avail], in portfolio_create()
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_func | 35 bool "Default 32-bit hash is the identity" 37 This is the naive identity hash function. It only works for strings
|
/Zephyr-latest/samples/modules/canopennode/objdict/ |
D | CO_OD.c | 106 { (void *)&CO_OD_ROM.identity.maxSubIndex, 0x05, 0x1 }, 107 { (void *)&CO_OD_ROM.identity.vendorID, 0x85, 0x4 }, 108 { (void *)&CO_OD_ROM.identity.productCode, 0x85, 0x4 }, 109 { (void *)&CO_OD_ROM.identity.revisionNumber, 0x85, 0x4 }, 110 { (void *)&CO_OD_ROM.identity.serialNumber, 0x85, 0x4 },
|
D | CO_OD.h | 499 /*1018 */ OD_identity_t identity; member 613 #define OD_identity CO_OD_ROM.identity
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_central.c | 229 const bt_addr_le_t *identity) in identity_resolved() argument 234 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved() 240 bt_addr_le_copy(&peer_identity, identity); in identity_resolved()
|
D | test_undirected_peripheral.c | 326 const bt_addr_le_t *identity) in identity_resolved() argument 331 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/ |
D | main.c | 72 const bt_addr_le_t *identity) in identity_resolved() argument 77 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lldp.rst | 14 protocol used by network devices for advertising their identity, capabilities,
|
/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 17 memory are identity mapped and thus giving the appearance of execution 37 (:file:`arch/x86/gen_mmu.py`) identity maps the physical addresses 40 the entries for identity mapping at the page directory level are 42 the identity mapping of physical memory. This unmapping must be done 44 restricted memory via physical addresses. Since the identity mapping
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/ |
D | README.rst | 10 This sample demonstrates use of multiple identity and the ability to be
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 38 # Set the controller's public identity using NXP vendor command
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 455 bool "Randomize identity root for fallback identities" 460 identity roots (IR). The Host will instead use bt_rand to generate 461 identity resolving keys (IRK) and store them in the settings subsystem. 469 The IR determines the IRK of the identity. The IRK is used to both 470 generate and resolve (recognize) the private addresses of an identity. 472 identity. 478 Deleting an identity should ideally delete the IRK as well and thereby 486 For optimal privacy, a new IRK (i.e., identity) should be used per 487 bond. However, this naturally limits advertisements from that identity 492 If the application has not setup an identity before calling [all …]
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 358 const bt_addr_le_t *identity) in identity_resolved() argument 363 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved() 368 bt_addr_le_copy(&peer_addr, identity); in identity_resolved()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | subnet.h | 78 struct bt_mesh_key identity; /* IdentityKey */ member
|
D | cfg_cli.c | 979 uint8_t *identity; member 987 uint16_t net_idx, identity; in node_identity_status() local 995 identity = net_buf_simple_pull_u8(buf); in node_identity_status() 1003 if (param && param->identity) { in node_identity_status() 1004 *param->identity = identity; in node_identity_status() 1012 net_idx, identity); in node_identity_status() 2179 uint8_t new_identity, uint8_t *status, uint8_t *identity) in bt_mesh_cfg_cli_node_identity_set() argument 2186 .identity = identity, in bt_mesh_cfg_cli_node_identity_set() 2199 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !status && !identity ? NULL : &rsp); in bt_mesh_cfg_cli_node_identity_set() 2203 uint8_t *status, uint8_t *identity) in bt_mesh_cfg_cli_node_identity_get() argument [all …]
|
D | subnet.c | 204 bt_mesh_key_destroy(&key->identity); in subnet_keys_destroy() 339 err = bt_mesh_identity_key(key, &keys->identity); in net_keys_create() 345 LOG_DBG("IdentityKey %s", bt_hex(&keys->identity, sizeof(struct bt_mesh_key))); in net_keys_create()
|
D | proxy_cli.c | 213 err = bt_mesh_encrypt(&sub->keys[idx].identity, in, out); in is_hash_equal()
|
/Zephyr-latest/doc/contribute/ |
D | modifying_contributions.rst | 60 the original sign-off line and author identity, or 62 *own* sign-off line and author identity). In this case, the developer
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | Kconfig | 9 string "LwM2M Client identity"
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 115 Advertisement identity 118 All mesh stack bearers advertise data with the :c:macro:`BT_ID_DEFAULT` local identity. 121 configure another local identity for Bluetooth LE purposes before starting the communication.
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 124 int "Maximum number of identity users allowed connection" 127 This option defines the maximum number of identity users allowed connection.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 280 uint8_t identity); 1550 uint8_t new_identity, uint8_t *status, uint8_t *identity); 1569 uint8_t *status, uint8_t *identity);
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 23 address from DTS, in which case RAM will be identity-mapped. Some 30 Otherwise, if RAM isn't identity-mapped: 36 regions if RAM is not identity-mapped, or the virtual and physical
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 474 const bt_addr_le_t *identity) in identity_resolved() argument 480 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved() 487 bt_addr_le_copy(&conn_info_ref->addr, identity); in identity_resolved()
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 8 identity and expression, level of experience, education, socio-economic status, 10 identity and orientation.
|