Home
last modified time | relevance | path

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

/btstack/chipset/bcm/
H A Dbtstack_chipset_bcm.c127 static const uint8_t download_command[] = {0x2e, 0xfc, 0x00}; variable
142 memcpy(hci_cmd_buffer, download_command, sizeof(download_command)); in chipset_next_command()
175 } while (memcmp(hci_cmd_buffer, download_command, sizeof(download_command)) == 0); in chipset_next_command()