Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dpcap-common.h59 #define MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) macro
H A Dpcap.c186 caplen = MIN(BREDR_MAX_PAYLOAD, caplen); in btbb_pcap_append_packet()
296 uint32_t incl_len = MIN(LE_MAX_PAYLOAD, caplen); in assemble_pcapng_le_packet()
390 unsigned incl_len = MIN(LE_MAX_PAYLOAD, packet_len); in lell_pcap_append_ppi_packet()
H A Dbluetooth_packet.c30 #define MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) macro
890 pkt->payload_length = MIN(pkt->payload_length, max_length); in decode_payload_header()
H A Dpcapng-bt.c244 caplen = MIN(BREDR_MAX_PAYLOAD, caplen); in btbb_pcapng_append_packet()