mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 01:20:35 +00:00
chipset/intel: fix Intel Read Version command
This commit is contained in:
parent
7defd6fcaf
commit
db2cdd6dc9
@ -103,7 +103,7 @@ typedef struct {
|
|||||||
// Vendor sepcific commands
|
// Vendor sepcific commands
|
||||||
|
|
||||||
static const hci_cmd_t hci_intel_read_version = {
|
static const hci_cmd_t hci_intel_read_version = {
|
||||||
0xfc05, ""
|
0xfc05, "1"
|
||||||
};
|
};
|
||||||
static const hci_cmd_t hci_intel_read_secure_boot_params = {
|
static const hci_cmd_t hci_intel_read_secure_boot_params = {
|
||||||
0xfc0d, ""
|
0xfc0d, ""
|
||||||
@ -267,7 +267,7 @@ static void state_machine(uint8_t * packet){
|
|||||||
|
|
||||||
// Read Intel Version
|
// Read Intel Version
|
||||||
state++;
|
state++;
|
||||||
transport_send_cmd(&hci_intel_read_version);
|
transport_send_cmd(&hci_intel_read_version, 0xff);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
version = (intel_version_t*) hci_event_command_complete_get_return_parameters(packet);
|
version = (intel_version_t*) hci_event_command_complete_get_return_parameters(packet);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user