mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 19:01:06 +00:00
posix-h4: start sending immediately
This commit is contained in:
parent
d999b54ec5
commit
fcb78cc1ab
@ -400,8 +400,7 @@ static int h4_send_packet(uint8_t packet_type, uint8_t * packet, int size){
|
|||||||
write_bytes_len = size;
|
write_bytes_len = size;
|
||||||
|
|
||||||
// start sending
|
// start sending
|
||||||
// h4_process_write(hci_transport_h4->ds);
|
h4_process_write(hci_transport_h4->ds);
|
||||||
btstack_run_loop_enable_data_source_callbacks(hci_transport_h4->ds, DATA_SOURCE_CALLBACK_WRITE);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user