Home
last modified time | relevance | path

Searched refs:next_command (Results 1 – 5 of 5) sorted by relevance

/btstack/chipset/bcm/
H A Dbtstack_chipset_bcm.c283 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()
H A Dbtstack_chipset_bcm_download_firmware.c213 int res = chipset->next_command(&command_buffer[1]); in bcm_send_next_init_script_command()
/btstack/src/
H A Dbtstack_chipset.h83 btstack_chipset_result_t (*next_command)(uint8_t * hci_cmd_buffer); member
H A Dhci.c1965 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()
/btstack/chipset/nxp/
H A Dbtstack_chipset_nxp.c526 .next_command = nxp_next_command,