mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
le_audio_demo_util_source: fix build
This commit is contained in:
parent
b8cf9cc03d
commit
83dfe5ce96
@ -255,8 +255,7 @@ void le_audio_demo_util_source_generate_iso_frame(le_audio_demo_source_generator
|
|||||||
void le_audio_demo_util_source_send(uint8_t stream_index, hci_con_handle_t con_handle){
|
void le_audio_demo_util_source_send(uint8_t stream_index, hci_con_handle_t con_handle){
|
||||||
btstack_assert(le_audio_demo_source_octets_per_frame != 0);
|
btstack_assert(le_audio_demo_source_octets_per_frame != 0);
|
||||||
|
|
||||||
bool ok = hci_reserve_packet_buffer();
|
hci_reserve_packet_buffer();
|
||||||
btstack_assert(ok);
|
|
||||||
|
|
||||||
uint8_t * buffer = hci_get_outgoing_packet_buffer();
|
uint8_t * buffer = hci_get_outgoing_packet_buffer();
|
||||||
// complete SDU, no TimeStamp
|
// complete SDU, no TimeStamp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user