Searched refs:hardware_control (Results 1 – 3 of 3) sorted by relevance
350 btstack_control_t hardware_control = { .init = &dummy_fn}; in TEST() local351 hci_set_control(&hardware_control); in TEST()
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() argument5119 hci_stack->control = hardware_control; in hci_set_control()5121 hardware_control->init(hci_stack->config); in hci_set_control()