/btstack/src/classic/ |
H A D | btstack_link_key_db_static.c | 159 static const btstack_link_key_db_t btstack_link_key_db_static = { 171 const btstack_link_key_db_t * btstack_link_key_db_static_instance(void){ in btstack_link_key_db_static_instance()
|
H A D | btstack_link_key_db_memory.c | 154 const btstack_link_key_db_t btstack_link_key_db_memory = { 166 const btstack_link_key_db_t * btstack_link_key_db_memory_instance(void){ in btstack_link_key_db_memory_instance()
|
H A D | btstack_link_key_db_tlv.c | 208 static const btstack_link_key_db_t btstack_link_key_db_tlv = { 220 const btstack_link_key_db_t * btstack_link_key_db_tlv_get_instance(const btstack_tlv_t * btstack_tl… in btstack_link_key_db_tlv_get_instance()
|
H A D | btstack_link_key_db_static.h | 61 const btstack_link_key_db_t * btstack_link_key_db_static_instance(void);
|
H A D | btstack_link_key_db_tlv.h | 62 const btstack_link_key_db_t * btstack_link_key_db_tlv_get_instance(const btstack_tlv_t * btstack_tl…
|
H A D | btstack_link_key_db_memory.h | 58 const btstack_link_key_db_t * btstack_link_key_db_memory_instance(void);
|
H A D | btstack_link_key_db.h | 130 } btstack_link_key_db_t; typedef
|
/btstack/platform/posix/ |
H A D | btstack_link_key_db_fs.h | 50 const btstack_link_key_db_t * btstack_link_key_db_fs_instance(void);
|
H A D | btstack_link_key_db_fs.c | 238 static const btstack_link_key_db_t btstack_link_key_db_fs = { 250 const btstack_link_key_db_t * btstack_link_key_db_fs_instance(void){ in btstack_link_key_db_fs_instance()
|
/btstack/platform/corefoundation/ |
H A D | btstack_link_key_db_corefoundation.h | 50 const btstack_link_key_db_t * btstack_link_key_db_corefoundation_instance(void);
|
H A D | btstack_link_key_db_corefoundation.m | 167 const btstack_link_key_db_t btstack_link_key_db_cocoa = { 176 const btstack_link_key_db_t * btstack_link_key_db_corefoundation_instance(void){
|
/btstack/platform/wiced/ |
H A D | btstack_link_key_db_wiced_dct.h | 57 const btstack_link_key_db_t * btstack_link_key_db_wiced_dct_instance(void);
|
H A D | btstack_link_key_db_wiced_dct.c | 234 const btstack_link_key_db_t btstack_link_key_db_wiced_dct = { 260 const btstack_link_key_db_t * btstack_link_key_db_wiced_dct_instance(void){ in btstack_link_key_db_wiced_dct_instance()
|
/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()
|
/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()
|
/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()
|
/btstack/port/archive/msp-exp430f5438-cc2564b/example/ |
H A D | hid_demo.c | 382 btstack_link_key_db_t * link_key_db = btstack_link_key_db_memory_instance(); in main()
|
/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()
|
/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()
|
/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()
|
/btstack/src/ |
H A D | hci.h | 1029 const btstack_link_key_db_t * link_key_db; 1399 void hci_set_link_key_db(btstack_link_key_db_t const * link_key_db);
|
/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()
|
/btstack/doc/manual/ |
H A D | btstack_gettingstarted.tex | 68 …hci_cmd_t, btstack_control_t, btstack_link_key_db_t, link_key_t, device_name_t, hci_transport_t, h…
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 117 const btstack_link_key_db_t * btstack_link_key_db_corefoundation_instance(void); 118 const btstack_link_key_db_t * btstack_link_key_db_fs_instance(void); 234 static btstack_link_key_db_t const * btstack_link_key_db = NULL;
|
/btstack/test/flash_tlv/ |
H A D | tlv_test.cpp | 317 const btstack_link_key_db_t * btstack_link_key_db; in TEST_GROUP()
|