Searched refs:privacy (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/ |
D | compile.sh | 35 app=tests/bsim/bluetooth/host/privacy/central compile 36 app=tests/bsim/bluetooth/host/privacy/peripheral compile 37 app=tests/bsim/bluetooth/host/privacy/peripheral conf_file=prj_rpa_expired.conf compile 38 app=tests/bsim/bluetooth/host/privacy/peripheral conf_file=prj_rpa_sharing.conf compile 39 app=tests/bsim/bluetooth/host/privacy/device compile 40 app=tests/bsim/bluetooth/host/privacy/legacy compile
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 9 The tests check the following aspects of the Bluetooth privacy feature: 11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
|
/Zephyr-Core-3.7.0/samples/bluetooth/direct_adv/ |
D | README.rst | 23 * Second BLE device acting as a central with enabled privacy. For example another Zephyr board
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | subnet.h | 34 struct bt_mesh_key privacy; /* PrivacyKey */ member
|
D | proxy_srv.c | 69 bool privacy; member 330 err = bt_mesh_beacon_create(sub, &buf, client->privacy); in beacon_send() 1146 client->privacy = false; in gatt_connected() 1148 client->privacy = (bt_mesh_priv_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED) || in gatt_connected() 1152 LOG_DBG("privacy: %d", client->privacy); in gatt_connected()
|
D | solicitation.c | 155 err = bt_mesh_net_obfuscate(out->data, 0, &sub->keys[i].msg.privacy); in sol_pdu_decrypt() 319 &sub->keys[SUBNET_KEY_TX_IDX(sub)].msg.privacy); in sol_pdu_create()
|
D | subnet.c | 201 bt_mesh_key_destroy(&key->msg.privacy); in subnet_keys_destroy() 304 return bt_mesh_k2(key, p, p_len, &cred->nid, &cred->enc, &cred->privacy); in msg_cred_create() 328 LOG_DBG("PrivacyKey %s", bt_hex(&keys->msg.privacy, sizeof(struct bt_mesh_key))); in net_keys_create() 508 bt_mesh_key_destroy(&cred->privacy); in bt_mesh_friend_cred_destroy()
|
D | net.c | 481 return bt_mesh_net_obfuscate(buf->data, iv_index, &cred->privacy); in net_encrypt() 633 &cred->privacy)) { in net_decrypt()
|
D | friend.c | 533 if (bt_mesh_net_obfuscate(buf->data, iv_index, &cred->privacy)) { in encrypt_friend_pdu()
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_cli.rst | 14 The Private Beacons feature adds privacy to the different Bluetooth Mesh
|
D | priv_beacon_srv.rst | 14 The Private Beacons feature adds privacy to the different Bluetooth Mesh
|
D | proxy.rst | 23 privacy of the network.
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_proxy_sol.c | 171 &sub->keys[SUBNET_KEY_TX_IDX(sub)].msg.privacy)); in sol_fixed_pdu_create()
|
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/doc/ |
D | nrf54l15bsim.rst | 36 run without encryption or privacy features so far.
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig.ipv6 | 177 This enables IPv6 privacy extension (RFC 8981) support. 194 privacy extension support according to this filter list.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | Kconfig | 391 bool "Device privacy" 393 Enable privacy for the local device. This makes the device use Resolvable 398 advertiser is only possible if the controller also supports privacy. 413 This option increases privacy, as explained in the following text. 432 For optimal privacy, a new IRK (i.e., identity) should be used per 797 If privacy is disabled, the scanner will use its identity
|
/Zephyr-Core-3.7.0/ |
D | CODE_OF_CONDUCT.md | 71 All community leaders are obligated to respect the privacy and security of the
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-2.0.rst | 438 * Nordic: Added support for Controller-based privacy, fast encryption 686 …`18306` - Unable to reconnect paired devices with controller privacy disabled (host privacy enable… 727 * :github:`18048` - [zephyr 1.14] Zephyr with privacy does not disconnect device with unresolvable … 741 * :github:`17979` - Security level cannot be elevated after re-connection with privacy 749 * :github:`17948` - Bluetooth: privacy: Reconnection issue 762 * :github:`17880` - Unable to re-connect to privacy enabled peer when using stack generated Identity 777 …ub:`17802` - [zephyr 1.14] Address type 0x02 is used by LE Create Connection in device privacy mode 949 * :github:`16893` - Bluetooth: Multiple local IDs, privacy problem 1336 * :github:`14675` - Bluetooth: Controller privacy support (platforms with HW acceleration)
|
D | release-notes-1.14.rst | 157 * :github:`16893` - Bluetooth: Multiple local IDs, privacy problem 192 …ub:`17802` - [zephyr 1.14] Address type 0x02 is used by LE Create Connection in device privacy mode 198 * :github:`17880` - Unable to re-connect to privacy enabled peer when using stack generated Identity 200 * :github:`17948` - Bluetooth: privacy: Reconnection issue 203 * :github:`17979` - Security level cannot be elevated after re-connection with privacy 209 …`18306` - Unable to reconnect paired devices with controller privacy disabled (host privacy enable… 356 * :github:`16893` - Bluetooth: Multiple local IDs, privacy problem 391 …ub:`17802` - [zephyr 1.14] Address type 0x02 is used by LE Create Connection in device privacy mode 398 * :github:`17880` - Unable to re-connect to privacy enabled peer when using stack generated Identity 404 * :github:`17948` - Bluetooth: privacy: Reconnection issue [all …]
|
D | release-notes-1.9.rst | 144 * Controller-based privacy (including all optional features)
|
D | release-notes-2.3.rst | 320 - Enabled controller-based privacy 643 * Controller-based privacy support. 1196 * :github:`23222` - Bluetooth: host: Unable to pair when privacy feature is disabled by application
|
D | release-notes-2.1.rst | 537 * :github:`20620` - Advertiser seen alternating between RPA an ID address with privacy enabled 707 * :github:`19509` - Bluetooth: stm32wb55: Unable to pair with privacy-enabled peer
|
D | release-notes-1.12.rst | 219 privacy 291 * :github:`1620` - BT 4.2 Controller-based link-layer privacy
|
D | release-notes-2.2.rst | 635 * Implemented software-deferred privacy for platforms without built-in 1218 * :github:`9349` - Support IPv6 privacy extension RFC 4941
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 208 privacy-enabled and supports address resolution of the target address in directed advertisement.
|
12