mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 20:42:47 +00:00
fix init for EM9301 module
This commit is contained in:
parent
2f342ec5cb
commit
0d3b00a243
@ -1008,7 +1008,7 @@ static void hci_initializing_event_handler(uint8_t * packet, uint16_t size){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Vendor == CSR
|
// Vendor == CSR
|
||||||
if (packet[0] == HCI_EVENT_VENDOR_SPECIFIC){
|
if (hci_stack->substate == HCI_INIT_W4_CUSTOM_INIT && packet[0] == HCI_EVENT_VENDOR_SPECIFIC){
|
||||||
// TODO: track actual command
|
// TODO: track actual command
|
||||||
command_completed = 1;
|
command_completed = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user