Searched refs:next_command (Results 1 – 5 of 5) sorted by relevance
283 btstack_chipset_bcm.next_command = &chipset_next_command; in btstack_chipset_bcm_enable_init_script()285 btstack_chipset_bcm.next_command = NULL; in btstack_chipset_bcm_enable_init_script()
213 int res = chipset->next_command(&command_buffer[1]); in bcm_send_next_init_script_command()
83 btstack_chipset_result_t (*next_command)(uint8_t * hci_cmd_buffer); member
1965 if (hci_stack->chipset && hci_stack->chipset->next_command){ in hci_initializing_run()1967 … hci_stack->chipset_result = (*hci_stack->chipset->next_command)(hci_stack->hci_packet_buffer); in hci_initializing_run()
526 .next_command = nxp_next_command,