mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +00:00
hci: fix setup of bi-direction iso stream, close #503
This commit is contained in:
parent
9d8be771b7
commit
1418332d5a
@ -3019,7 +3019,7 @@ static void handle_command_complete_event(uint8_t * packet, uint16_t size){
|
||||
break;
|
||||
}
|
||||
if (iso_stream->max_sdu_c_to_p > 0){
|
||||
iso_stream->state = HCI_ISO_STREAM_STATE_W2_SETUP_ISO_INPUT;
|
||||
iso_stream->state = HCI_ISO_STREAM_STATE_W2_SETUP_ISO_OUTPUT;
|
||||
} else {
|
||||
emit_cis_created = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user