Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dpacket_fragmenter.cc187 uint16_t iso_full_len; in reassemble_and_dispatch_iso() local
249 iso_full_len = iso_sdu_length + iso_hdr_len + HCI_ISO_PREAMBLE_SIZE; in reassemble_and_dispatch_iso()
250 if ((iso_full_len + sizeof(BT_HDR)) > BT_DEFAULT_BUFFER_SIZE) { in reassemble_and_dispatch_iso()
258 (iso_full_len != packet->len)) || in reassemble_and_dispatch_iso()
260 (iso_full_len <= packet->len))) { in reassemble_and_dispatch_iso()
266 (BT_HDR*)buffer_allocator->alloc(iso_full_len + sizeof(BT_HDR)); in reassemble_and_dispatch_iso()
274 partial_packet->len = iso_full_len; in reassemble_and_dispatch_iso()
282 UINT16_TO_STREAM(stream, iso_full_len - HCI_ISO_PREAMBLE_SIZE); in reassemble_and_dispatch_iso()
/system/bt/stack/btm/
Dbtm_iso_impl.h356 uint16_t iso_full_len = iso_data_load_len + 4; in prepare_ts_hci_packet() local
357 BT_HDR* packet = (BT_HDR*)osi_malloc(iso_full_len + sizeof(BT_HDR)); in prepare_ts_hci_packet()
358 packet->len = iso_full_len; in prepare_ts_hci_packet()