Home
last modified time | relevance | path

Searched refs:btstack_control_t (Results 1 – 11 of 11) sorted by relevance

/btstack/port/raspi/
H A Dbtstack_control_raspi.c77 static btstack_control_t control = {
86 btstack_control_t *btstack_control_raspi_get_instance(){ in btstack_control_raspi_get_instance()
H A Dbtstack_control_raspi.h3 btstack_control_t *btstack_control_raspi_get_instance();
H A Dmain.c418 btstack_control_t *control = btstack_control_raspi_get_instance(); in main()
/btstack/src/
H A Dbtstack_control.h69 } btstack_control_t; typedef
H A Dhci.h1025 const btstack_control_t * control;
1385 void hci_set_control(const btstack_control_t *hardware_control);
H A Dhci.c5117 void hci_set_control(const btstack_control_t *hardware_control){ in hci_set_control()
/btstack/doc/manual/
H A Dbtstack_gettingstarted.tex68 …hci_cmd_t, btstack_control_t, btstack_link_key_db_t, link_key_t, device_name_t, hci_transport_t, h…
/btstack/doc/manual/docs-template/
H A Dporting.md71 Overall, the struct *btstack_control_t* encapsulates common functionality
H A Dhow_to.md561 In this case, a *btstack_control_t* struct can be set with *hci_set_control*.
764 …Bluetooth Controller. For this, the "on" and "off" functions in the btstack_control_t struct must …
/btstack/test/gap/
H A Dhci_test.cpp350 btstack_control_t hardware_control = { .init = &dummy_fn}; in TEST()
/btstack/platform/daemon/src/
H A Ddaemon.c211 static btstack_control_t * control;
2048 btstack_control_t * control = NULL; in btstack_server_run()