mirror of https://github.com/ARMmbed/mbed-os.git
fixed missed function rename
parent
6c900642e5
commit
3aaedf6f48
|
|
@ -515,7 +515,7 @@ ble_error_t GenericSecurityManager::generateOOB(
|
|||
const address_t *address
|
||||
) {
|
||||
/* legacy pairing */
|
||||
ble_error_t status = get_random_data(_oob_temporary_key.buffer(), 16);
|
||||
ble_error_t status = get_random_data(_oob_temporary_key.data(), 16);
|
||||
|
||||
if (status == BLE_ERROR_NONE) {
|
||||
_oob_temporary_key_creator_address = *address;
|
||||
|
|
|
|||
Loading…
Reference in New Issue