Home
last modified time | relevance | path

Searched refs:btstack_chipset_cc256x_instance (Results 1 – 16 of 16) sorted by relevance

/btstack/chipset/cc256x/
H A Dbtstack_chipset_cc256x.h71 const btstack_chipset_t * btstack_chipset_cc256x_instance(void);
H A Dbtstack_chipset_cc256x.c393 const btstack_chipset_t * btstack_chipset_cc256x_instance(void){ in btstack_chipset_cc256x_instance() function
/btstack/port/archive/ez430-rf2560/src/
H A Dmain.c136 hci_set_chipset(btstack_chipset_cc256x_instance()); in main()
/btstack/port/archive/msp430f5229lp-cc2564b/src/
H A Dmain.c143 hci_set_chipset(btstack_chipset_cc256x_instance()); in btstack_setup()
/btstack/port/archive/msp-exp430f5438-cc2564b/src/
H A Dmain.c136 hci_set_chipset(btstack_chipset_cc256x_instance()); in btstack_setup()
/btstack/port/posix-h5/
H A Dmain.c131 hci_set_chipset(btstack_chipset_cc256x_instance()); in local_version_information_handler()
/btstack/port/qt-h4/
H A Dmain.cpp154 hci_set_chipset(btstack_chipset_cc256x_instance()); in local_version_information_handler()
/btstack/port/windows-h4/
H A Dmain.c191 hci_set_chipset(btstack_chipset_cc256x_instance()); in local_version_information_handler()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dhal_entry.c280 hci_set_chipset(btstack_chipset_cc256x_instance()); in hal_entry()
/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dhid_demo.c385 hci_set_chipset(btstack_chipset_cc256x_instance()); in main()
/btstack/port/posix-h4/
H A Dmain.c243 hci_set_chipset(btstack_chipset_cc256x_instance()); in local_version_information_handler()
/btstack/port/max32630-fthr/src/
H A Dbtstack_port.c419 hci_set_chipset(btstack_chipset_cc256x_instance()); in bluetooth_main()
/btstack/port/stm32-f4discovery-cc256x/port/
H A Dport.c345 hci_set_chipset(btstack_chipset_cc256x_instance()); in port_main()
/btstack/port/msp432p401lp-cc256x/
H A Dmain.c650 hci_set_chipset(btstack_chipset_cc256x_instance()); in main()
/btstack/chipset/
H A DREADME.md409 …s provided by *btstack_chipset_cc256x.c*. During the setup, *btstack_chipset_cc256x_instance* func…
/btstack/doc/manual/docs-template/
H A Dhow_to.md556 btstack_chipset_t * chipset = btstack_chipset_cc256x_instance();