Searched refs:get_link_key (Results 1 – 9 of 9) sorted by relevance
/btstack/test/btstack_link_key_db/ |
H A D | btstack_link_key_db_memory_test.cpp | 91 CHECK(btstack_link_key_db_memory_instance()->get_link_key(addr1, link_key, &link_key_type)); in TEST() 94 CHECK(!btstack_link_key_db_memory_instance()->get_link_key(addr1, link_key, &link_key_type)); in TEST() 108 CHECK(!btstack_link_key_db_memory_instance()->get_link_key(addr1, link_key, &link_key_type)); in TEST() 109 CHECK(btstack_link_key_db_memory_instance()->get_link_key(addr2, link_key, &link_key_type)); in TEST()
|
H A D | btstack_link_key_db_fs_test.cpp | 37 …CHECK(btstack_link_key_db_fs_instance()->get_link_key(bd_addr, test_link_key, &test_link_key_type)… in TEST() 40 …CHECK(btstack_link_key_db_fs_instance()->get_link_key(bd_addr, test_link_key, &test_link_key_type)… in TEST() 45 …CHECK(btstack_link_key_db_fs_instance()->get_link_key(bd_addr, test_link_key, &test_link_key_type)… in TEST()
|
/btstack/test/flash_tlv/ |
H A D | tlv_test.cpp | 353 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 0); in TEST() 356 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 1); in TEST() 360 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 0); in TEST() 369 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 1); in TEST() 385 CHECK(btstack_link_key_db->get_link_key(addr3, test_link_key, &test_link_key_type) == 1); in TEST() 386 CHECK(btstack_link_key_db->get_link_key(addr2, test_link_key, &test_link_key_type) == 1); in TEST() 387 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 0); in TEST()
|
/btstack/src/classic/ |
H A D | btstack_link_key_db_memory.c | 76 static int get_link_key(bd_addr_t bd_addr, link_key_t link_key, link_key_type_t * link_key_type) { in get_link_key() function 158 get_link_key,
|
H A D | btstack_link_key_db.h | 88 int (*get_link_key)(bd_addr_t bd_addr, link_key_t link_key, link_key_type_t * type); member
|
/btstack/platform/posix/ |
H A D | btstack_link_key_db_fs.c | 181 static int get_link_key(bd_addr_t bd_addr, link_key_t link_key, link_key_type_t * link_key_type) { in get_link_key() function 242 &get_link_key,
|
/btstack/platform/corefoundation/ |
H A D | btstack_link_key_db_corefoundation.m | 141 static int get_link_key(bd_addr_t bd_addr, link_key_t link_key, link_key_type_t * link_key_type) { function 171 get_link_key,
|
/btstack/doc/manual/docs-template/ |
H A D | porting.md | 177 int (*get_link_key)(bd_addr_t bd_addr, link_key_t link_key);
|
/btstack/src/ |
H A D | hci.c | 580 int result = hci_stack->link_key_db->get_link_key(addr, link_key, type) != 0; in gap_get_link_key_for_bd_addr() 3997 … hci_stack->link_key_db->get_link_key(conn->address, conn->link_key, &conn->link_key_type); in event_handler() 9863 …return hci_stack->link_key_db && hci_stack->link_key_db->get_link_key(hci_connection->address, lin… in gap_bonded()
|