We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c90064 commit 3aaedf6Copy full SHA for 3aaedf6
features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp
@@ -515,7 +515,7 @@ ble_error_t GenericSecurityManager::generateOOB(
515
const address_t *address
516
) {
517
/* legacy pairing */
518
- ble_error_t status = get_random_data(_oob_temporary_key.buffer(), 16);
+ ble_error_t status = get_random_data(_oob_temporary_key.data(), 16);
519
520
if (status == BLE_ERROR_NONE) {
521
_oob_temporary_key_creator_address = *address;
0 commit comments