Searched refs:bt_keys_find_addr (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/ |
| D | main.c | 59 find_returned_ref = bt_keys_find_addr(id, addr); in ZTEST() 71 find_returned_ref = bt_keys_find_addr(id, addr); in ZTEST() 105 find_returned_ref = bt_keys_find_addr(id, addr); in ZTEST() 119 find_returned_ref = bt_keys_find_addr(id, addr); in ZTEST()
|
| D | test_suite_bt_settings.c | 67 find_returned_ref = bt_keys_find_addr(id, addr); in ZTEST() 105 find_returned_ref = bt_keys_find_addr(id, addr); in ZTEST()
|
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_addr/src/ |
| D | test_suite_find_addr_invalid_inputs.c | 29 bt_keys_find_addr(0x00, NULL); in ZTEST()
|
| D | main.c | 66 returned_ref = bt_keys_find_addr(id, addr); in ZTEST() 104 returned_ref = bt_keys_find_addr(id, addr); in ZTEST()
|
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_addr/ |
| D | CMakeLists.txt | 7 project(bt_keys_find_addr) project
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | keys.c | 59 key = bt_keys_find_addr(conn->id, bt_conn_get_dst(conn)); in find_key_in_use() 287 struct bt_keys *bt_keys_find_addr(uint8_t id, const bt_addr_le_t *addr) in bt_keys_find_addr() function 469 struct bt_keys *keys = bt_keys_find_addr(id, addr); in bt_keys_update_usage()
|
| D | keys.h | 173 struct bt_keys *bt_keys_find_addr(uint8_t id, const bt_addr_le_t *addr);
|
| D | smp.c | 838 keys = bt_keys_find_addr(conn->id, &addr); in smp_pairing_br_complete() 2314 keys = bt_keys_find_addr(conn->id, &conn->le.dst); in legacy_request_tk() 3985 struct bt_keys *keys = bt_keys_find_addr(conn->id, &req->addr); in smp_ident_addr_info()
|
| D | hci_core.c | 2053 keys = bt_keys_find_addr(id, addr); in unpair() 4558 struct bt_keys *keys = bt_keys_find_addr(id, addr); in bt_le_bond_exists()
|
| D | conn.c | 2502 keys = bt_keys_find_addr(conn->id, &conn->le.dst); in bt_conn_ltk_present()
|
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
| D | test_suite_full_list_overwrite_oldest.c | 30 keys = bt_keys_find_addr(id, addr); in bt_unpair_custom_fake()
|