Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bb679532f47924f702596391c68619bc075ed44a
/
.
/
tests
/
bluetooth
/
host
/
keys
/
mocks
/
rpa.c
blob: 1b2356c8f3df0524140429b68debe9f9569fe24f [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/kernel.h>
#include
"mocks/rpa.h"
DEFINE_FAKE_VALUE_FUNC
(
bool
,
bt_rpa_irk_matches
,
const
uint8_t
*,
const
bt_addr_t
*);