Searched refs:btstack_control_t (Results 1 – 11 of 11) sorted by relevance
77 static btstack_control_t control = {86 btstack_control_t *btstack_control_raspi_get_instance(){ in btstack_control_raspi_get_instance()
3 btstack_control_t *btstack_control_raspi_get_instance();
418 btstack_control_t *control = btstack_control_raspi_get_instance(); in main()
69 } btstack_control_t; typedef
1025 const btstack_control_t * control;1385 void hci_set_control(const btstack_control_t *hardware_control);
5117 void hci_set_control(const btstack_control_t *hardware_control){ in hci_set_control()
68 …hci_cmd_t, btstack_control_t, btstack_link_key_db_t, link_key_t, device_name_t, hci_transport_t, h…
71 Overall, the struct *btstack_control_t* encapsulates common functionality
561 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 …
350 btstack_control_t hardware_control = { .init = &dummy_fn}; in TEST()
211 static btstack_control_t * control;2048 btstack_control_t * control = NULL; in btstack_server_run()