Home
last modified time | relevance | path

Searched refs:iso_full_len (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/hci/src/
Dpacket_fragmenter.cc150 uint16_t iso_full_len; in reassemble_and_dispatch() local
216 iso_full_len = iso_sdu_length + iso_hdr_len + HCI_ISO_PREAMBLE_SIZE; in reassemble_and_dispatch()
217 if ((iso_full_len + sizeof(BT_HDR)) > BT_DEFAULT_BUFFER_SIZE) { in reassemble_and_dispatch()
225 (iso_full_len != packet->len)) || in reassemble_and_dispatch()
227 (iso_full_len <= packet->len))) { in reassemble_and_dispatch()
234 (BT_HDR*)buffer_allocator->alloc(iso_full_len + sizeof(BT_HDR)); in reassemble_and_dispatch()
242 partial_packet->len = iso_full_len; in reassemble_and_dispatch()
250 UINT16_TO_STREAM(stream, iso_full_len - HCI_ISO_PREAMBLE_SIZE); in reassemble_and_dispatch()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h523 uint16_t iso_full_len = iso_data_load_len + 4; in prepare_hci_packet() local
524 BT_HDR* packet = (BT_HDR*)osi_malloc(iso_full_len + sizeof(BT_HDR)); in prepare_hci_packet()
525 packet->len = iso_full_len; in prepare_hci_packet()