Home
last modified time | relevance | path

Searched refs:pairing (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/host/
DKconfig202 (and restoring) the Bluetooth state (e.g. pairing keys) and
438 Passkey Entry during pairing.
541 bool "Accept or reject pairing initiative"
543 When receiving pairing request or pairing response query the
544 application whether to accept to proceed with pairing or not. This is
545 for pairing over SMP and does not affect SSP, which will continue
546 pairing without querying the application.
548 a SMP return value if the pairing is not allowed.
551 bool "Disable legacy pairing"
554 This option disables LE legacy pairing and forces LE secure connection
[all …]
DCMakeLists.txt92 A fixed passkey is easy to deduce during the pairing procedure, do not use in
Dsmp.c2186 static uint8_t smp_pairing_accept_query(struct bt_smp *smp, struct bt_smp_pairing *pairing) in smp_pairing_accept_query() argument
2194 .io_capability = pairing->io_capability, in smp_pairing_accept_query()
2195 .oob_data_flag = pairing->oob_flag, in smp_pairing_accept_query()
2196 .auth_req = pairing->auth_req, in smp_pairing_accept_query()
2197 .max_enc_key_size = pairing->max_key_size, in smp_pairing_accept_query()
2198 .init_key_dist = pairing->init_key_dist, in smp_pairing_accept_query()
2199 .resp_key_dist = pairing->resp_key_dist in smp_pairing_accept_query()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst31 #. Press "Send" - this will trigger pairing since this is a protected
32 characteristic. The passkey for the pairing will be shown on the board's
34 #. Once pairing is complete the board will show the text you sent. If
/Zephyr-latest/samples/bluetooth/peripheral_hids/
DREADME.rst16 pairing) and requires an authenticated link to access the GATT characteristics.
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst106 called pairing is used. This process can either be triggered implicitly
112 out-of-band channel during the pairing. If the devices have a sufficient
116 a set of optional callbacks that can be used during the pairing - if the
133 Encryption and authentication using the legacy pairing method
142 provisioning. It follows a similar procedure as pairing, but is done
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst47 button on both boards to confirm the pairing request.
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst74 used for secure pairing of devices over wireless channels. For
75 example, the pairing of an NFC token or a Bluetooth device might use
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst340 * LE legacy pairing is no longer enabled by default since it's not secure. Leaving it enabled
342 pairing, it should disable :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` manually.
Drelease-notes-1.6.rst101 * Added cross-transport pairing support for the Security Manager Protocol.
340 * ``ZEP-1221`` - Connection Timeout during pairing
Drelease-notes-2.0.rst420 * Completed support for directed advertising and Out-Of-Band (OOB) pairing
422 forcing a pairing procedure in case of key loss
535 * :github:`18705` - SMP fails to allocate buffer and pairing times out
575 * :github:`18580` - Bluetooth: Security fail on initial pairing
828 …`17525` - L2CAP: On insufficient authentication error received, Zephyr does unauthenticated pairing
931 * :github:`17013` - Bluetooth: Add error reason to pairing failed callbacks
1512 * :github:`2587` - Support for BR/EDR SSP out-of-band pairing
1513 * :github:`2586` - Support for LE SC out-of-band pairing
Drelease-notes-1.13.rst528 * :github:`8390` - bluetooth: request APIs to notify application that pairing is complete or not
543 * :github:`8350` - bluetooth: request BLE stack to support pre-set passkey for pairing
699 * :github:`3221` - re-pairing with no-bond legacy pairing results in using all zeros LTK
Drelease-notes-2.3.rst626 * Legacy OOB pairing support has been added.
627 * Multiple improvements to OOB data access and pairing.
1050 * :github:`24086` - Bluetooth: SMP: Existing bond deleted on pairing failure
1457 * :github:`2585` - Support for LE legacy out-of-band pairing
Drelease-notes-4.0.rst216 * Improved the SSP code to clear pairing flag if ssp pairing completed area
219 * Improved the SSP code so the proper callback is called when pairing fails
Drelease-notes-3.4.rst257 * :c:func:`bt_le_oob_set_sc_flag` for setting/clearing OOB flag in SC pairing
422 * Separated the handling of LE SC OOB pairing from the legacy OOB logic.
Drelease-notes-1.14.rst213 * :github:`18580` - Bluetooth: Security fail on initial pairing
421 * :github:`18580` - Bluetooth: Security fail on initial pairing
1609 * :github:`13083` - Problem pairing/bonding 2nd device, whilst the first device is still connected …
1639 * :github:`12946` - Zephyr/BLE stack: Problem pairing/bonding more than one device, whilst the firs…
2054 * :github:`10460` - Bluetooth: settings: No space to store CCC config after successful pairing
Drelease-notes-1.10.rst365 * :github:`4044` - Livelock in SMP pairing failed scenario
Drelease-notes-2.6.rst269 * Changed the pairing procedure to fail pairing when both sides have the same
274 * Fixed an issue where callbacks for "security changed" and "pairing failed"
276 * Changed the pairing procedure to fail early if the remote device could not
Drelease-notes-3.5.rst191 * Fixed forced pairing request handling
196 * Fixed to abort pairing if connection disconnected
Drelease-notes-2.5.rst963 * :github:`31607` - Bluetooth: host: bt_conn_auth_cb callbacks are not called when pairing to BLE 4…
1935 * :github:`10460` - Bluetooth: settings: No space to store CCC config after successful pairing
Drelease-notes-2.7.rst1088 * :github:`38782` - CONFIG_BT_CTLR_DATA_LENGTH_MAX=250 causes pairing compatibility issues with man…
1472 * :github:`37228` - Bluetooth SMP does not complete pairing
Drelease-notes-2.2.rst39 * :github:`24086` - Bluetooth: SMP: Existing bond deleted on pairing failure
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig27 This option sets the minimum encryption key size accepted during pairing
/Zephyr-latest/doc/develop/test/
Dbsim.rst189 - Tests that require several consecutive simulations (e.g, if simulating a device pairing, powering
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c5075 SHELL_CMD_ARG(auth-pairing-confirm, NULL, HELP_NONE,

12