Searched refs:bt_keys_find_irk (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | keys.h | 17 FAKE(bt_keys_find_irk) \ 20 DECLARE_FAKE_VALUE_FUNC(struct bt_keys *, bt_keys_find_irk, uint8_t, const bt_addr_le_t *);
|
D | keys.c | 11 DEFINE_FAKE_VALUE_FUNC(struct bt_keys *, bt_keys_find_irk, uint8_t, const bt_addr_le_t *);
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/ |
D | test_suite_find_irk_invalid_inputs.c | 29 bt_keys_find_irk(0x00, NULL); in ZTEST()
|
D | main.c | 109 returned_ref = bt_keys_find_irk(id, addr); in ZTEST() 162 returned_ref = bt_keys_find_irk(id, addr); in ZTEST() 209 returned_ref = bt_keys_find_irk(id, addr); in ZTEST() 311 returned_ref = bt_keys_find_irk(id, addr); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/ |
D | CMakeLists.txt | 7 project(bt_keys_find_irk) project
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | keys.h | 163 struct bt_keys *bt_keys_find_irk(uint8_t id, const bt_addr_le_t *addr);
|
D | keys.c | 238 struct bt_keys *bt_keys_find_irk(uint8_t id, const bt_addr_le_t *addr) in bt_keys_find_irk() function
|
D | id.c | 58 keys = bt_keys_find_irk(id, addr); in bt_lookup_id_addr()
|