Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 14 of 14) sorted by relevance

/btstack/test/le_audio/
H A Dle_audio_broadcast_source.c148 static uint8_t encryption = 0; variable
234 encryption ? " (encrypted)" : ""); in print_config()
266 big_params.encryption = encryption; in setup_big()
267 if (encryption) { in setup_big()
425 encryption = 1 - encryption; in stdin_process()
H A Dle_audio_broadcast_sink.c166 static uint8_t encryption; variable
297 encryption = hci_subevent_le_biginfo_advertising_report_get_encryption(packet); in handle_big_info()
298 if (encryption) { in handle_big_info()
316 big_sync_params.encryption = encryption; in enter_create_big_sync()
317 if (encryption) { in enter_create_big_sync()
378 if ((encryption == false) || have_broadcast_code){ in got_base_and_big_info()
H A Dle_audio_broadcast_assistant.c114 static uint8_t encryption; variable
308 encryption = hci_subevent_le_biginfo_advertising_report_get_encryption(packet); in handle_big_info()
309 if (encryption) { in handle_big_info()
/btstack/doc/manual/docs-template/picts/
H A Dgatt_client_security.txt11 : start encryption;
109 : start encryption;
230 : start encryption;
289 : start encryption;
/btstack/test/gatt_client/
H A Dprofile.gatt56 // Characteristics 16 and 128 bit with different authoriztion/authentication/encryption requirement…
103 // Characteristics 16 and 128 bit with different authoriztion/authentication/encryption requirement…
/btstack/test/gatt_server/
H A Dprofile.gatt56 // Characteristics 16 and 128 bit with different authoriztion/authentication/encryption requirement…
103 // Characteristics 16 and 128 bit with different authoriztion/authentication/encryption requirement…
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A DREADME5 the PolarSSL project (PolarSSL 0.10.1-bsd) for ciphers and encryption
/btstack/
H A DCHANGELOG.md93 - SM: abort pairing with invalid parameter error for encryption key size > 16
94 - SM: ignore Security Request after re-encryption has started
115 …TUAL_AUTHENTICATION_FOR_LEGACY_SECURE_CONNECTIONS. Not needed for default encryption key size of 16
208 - SM: ignore Security Request during re-encryption
362 - GAP: set min encryption key size during init, if supported
629 - GATT Client: delete bonding information if re-encryption fails and `ENABLE_LE_PROACTIVE_AUTHENTIC…
631 - SM: emit events for re-encryption started/complete when bonding information is available
658 - SM: block connection if encryption fails for bonded devices as Central
659 - SM: support pairing as Central after failed re-encryption
731 - GAP: set minimum required encryption key size for Classic connections back from 16 to 7, matching…
[all …]
/btstack/src/
H A Dgap.h210 uint8_t encryption; member
217 uint8_t encryption; member
H A Dhci.c7056 big->params->encryption, in hci_run_iso_tasks()
7088 big_sync->params->encryption, in hci_run_iso_tasks()
/btstack/port/archive/wiced-h5/
H A DREADME.md44 …z/bt_firmware_image.c, the HCI LE Encrypt command to perform an AES128 encryption hangs in H5 (but…
/btstack/doc/manual/docs-template/
H A Dprotocols.md844 encryption key generated by the BLE peripheral will be ultimately
871 - accept encryption key size from 7..16 bytes,
938 …YPTION_STARTED*: we have stored bonding information and either trigger encryption (as Central), or…
939 …- *SM_EVENT_REENCRYPTION_COMPLETE*: re-encryption is complete. If the remote device does not have …
946 In Peripheral role, pairing will start even in case of an re-encryption error. It might be helpful …
H A Dprofiles.md601 To require encryption or authentication before a Characteristic can be
611 ENCRYPTION_KEY_SIZE_X | Require encryption size >= X, with W in [7..16]
H A Dhow_to.md103 …E_AUTHENTICATION | Enable automatic encryption for bonded devic…
142 …fter connection was encrypted to avoid BIAS Attack. Not needed for min encryption key size of 16 …