Home
last modified time | relevance | path

Searched refs:LE_MAX_PAYLOAD (Results 1 – 4 of 4) sorted by relevance

/libbtbb/lib/src/
H A Dpcap.c280 uint8_t le_packet[LE_MAX_PAYLOAD];
296 uint32_t incl_len = MIN(LE_MAX_PAYLOAD, caplen); in assemble_pcapng_le_packet()
371 uint8_t le_packet[LE_MAX_PAYLOAD];
390 unsigned incl_len = MIN(LE_MAX_PAYLOAD, packet_len); in lell_pcap_append_ppi_packet()
H A Dpcapng-bt.h80 uint8_t le_packet[LE_MAX_PAYLOAD];
H A Dpcap-common.h130 #define LE_MAX_PAYLOAD 255 macro
H A Dpcapng-bt.c441 assert(caplen <= LE_MAX_PAYLOAD); in assemble_pcapng_le_packet()