mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
outdated comment
This commit is contained in:
parent
f88e4d83b9
commit
c0f03171d9
@ -1326,7 +1326,6 @@ static void event_handler(uint8_t *packet, int size){
|
||||
}
|
||||
if (COMMAND_COMPLETE_EVENT(packet, hci_write_synchronous_flow_control_enable)){
|
||||
if (packet[5] == 0){
|
||||
// @TODO cache value from hci_write_synchronous_flow_control_enable instead of assuming == 1
|
||||
hci_stack->synchronous_flow_control_enabled = 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user