Searched refs:btstack_link_key_db (Results 1 – 12 of 12) sorted by relevance
/btstack/test/flash_tlv/ |
H A D | tlv_test.cpp | 317 const btstack_link_key_db_t * btstack_link_key_db; in TEST_GROUP() local 331 …btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_tlv_impl, &btstack_tlv_context); in TEST_GROUP() 352 btstack_link_key_db->delete_link_key(addr1); in TEST() 353 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 0); in TEST() 355 btstack_link_key_db->put_link_key(addr1, link_key1, link_key_type); in TEST() 356 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 1); in TEST() 359 btstack_link_key_db->delete_link_key(addr1); in TEST() 360 CHECK(btstack_link_key_db->get_link_key(addr1, test_link_key, &test_link_key_type) == 0); in TEST() 367 btstack_link_key_db->put_link_key(addr1, link_key1, link_key_type); in TEST() 368 btstack_link_key_db->put_link_key(addr1, link_key2, link_key_type); in TEST() [all …]
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | port.c | 205 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in port_main() local 206 hci_set_link_key_db(btstack_link_key_db); in port_main()
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/ |
H A D | hal_entry.c | 298 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in hal_entry() local 299 hci_set_link_key_db(btstack_link_key_db); in hal_entry()
|
/btstack/port/esp32/components/btstack/ |
H A D | btstack_port_esp32.c | 397 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in btstack_init() local 398 hci_set_link_key_db(btstack_link_key_db); in btstack_init()
|
/btstack/port/max32630-fthr/src/ |
H A D | btstack_port.c | 433 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in bluetooth_main() local 434 hci_set_link_key_db(btstack_link_key_db); in bluetooth_main()
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | port.c | 364 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in port_main() local 365 hci_set_link_key_db(btstack_link_key_db); in port_main()
|
/btstack/port/stm32-l073rz-nucleo-em9304/port/ |
H A D | port.c | 517 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in port_main() 518 hci_set_link_key_db(btstack_link_key_db); in port_main()
|
/btstack/port/msp432p401lp-cc256x/ |
H A D | main.c | 670 …const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_t… in main() local 671 hci_set_link_key_db(btstack_link_key_db); in main()
|
/btstack/test/ |
H A D | Makefile | 11 btstack_link_key_db \
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 234 static btstack_link_key_db_t const * btstack_link_key_db = NULL; variable 1970 if (btstack_link_key_db){ in btstack_server_configure_stack() 1971 hci_set_link_key_db(btstack_link_key_db); in btstack_server_configure_stack()
|
/btstack/doc/manual/docs-template/appendix/ |
H A D | migration.md | 67 Has been split into *src/classic/btstack_link_key_db*, *platform/daemon/btstack_device_name_db*, an…
|
/btstack/ |
H A D | CHANGELOG.md | 1219 - btstack_link_key_db: addition functions for link key iteration
|