Lines Matching refs:packet

24 * start_time : microsecond when the first bit of the packet in air starts (1st bit of the preamble)
25 * end_time: microsecond when the last bit of the packet ends (last bit of the CRC). Note that a pac…
27 * phy_address : Physical address / sync word of the packet
30 * abort_time: When was the packet transmission aborted, or TIME_NEVER (2^64-1) if not aborted.
31 …ernal info) When did the device request to reevaluate the possibility to abort the packet last time
32 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
33 * packet: Actual packet data (packet_size bytes)
48 * header_duration: Duration of the packet header (for 1Mbps BLE, 16 micros)
50 * abort_time: When was the packet reception aborted, or TIME_NEVER (2^64-1) if not aborted.
53 * biterrors: How many bit errors there was during the packet reception
55 * header_end: Last micros (included) in which the packet header ended (only if there was a sync)
56 * payload_end: Last micros (included) in which the packet (CRC) ended (only if there was a sync)
60 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
61 * packet: Actual packet data (packet_size bytes), note that this is the actual transmitted packet, …
79 * start_packet_time: microsecond when the first bit of the packet in air would start (assuming it i…
80 …et_time: microsecond when the last bit of the packet ends (for ex. last bit of the CRC). Note that…
82 * phy_address : Physical address / sync word of the packet
85 * abort_time: When was the packet transmission aborted, or TIME_NEVER (2^64-1) if not aborted.
86 …ernal info) When did the device request to reevaluate the possibility to abort the packet last time
87 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
88 * packet: Actual packet data (packet_size bytes)
105 * header_duration: Duration of the packet header (for 1Mbps BLE, 16 micros)
108 * abort_time: When was the packet reception aborted, or TIME_NEVER (2^64-1) if not aborted.
112 * biterrors: How many bit errors there was during the packet reception
114 * header_end: Last micros (included) in which the packet header ended (only if there was a sync)
115 * payload_end: Last micros (included) in which the packet (CRC) ended (only if there was a sync)
119 * packet_size: Size of the packet in bytes (not counting preamble or syncword, but counting header,…
120 * packet: Actual packet data (packet_size bytes), note that this is the actual transmitted packet, …