Home
last modified time | relevance | path

Searched refs:rssi_max (Results 1 – 3 of 3) sorted by relevance

/libbtbb/lib/src/
H A Dpcap.c360 int8_t rssi_max; member
377 const int8_t rssi_min, const int8_t rssi_max, in lell_pcap_append_ppi_packet() argument
409 pcap_pkt.le_ll_ppi_header.rssi_max = rssi_max; in lell_pcap_append_ppi_packet()
H A Dbtbb.h278 const int8_t rssi_min, const int8_t rssi_max,
/libbtbb/wireshark/plugins-legacy/btle/
H A Dwireshark-1.8-btle-ppi.patch114 + gint8 rssi_max, rssi_min, rssi_avg;
150 + rssi_max = *(gint8 *)&urssi_max;
159 + proto_tree_add_int(ppi_btle_tree, hf_ppi_btle_rssi_max, tvb, 8, 1, rssi_max);
208 + { "Max RSSI", "ppi_btle.rssi_max",