Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Shows
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
(btle.target_address==d4:36:39:b7:30:f5) || (btle.advertising_address == d4:36:39:b7:30:f5)
gui.column.format:
"Protocol", "%p",
"Channel", "%Cus:nordic_ble.channel:0:R",
"No.", "%m",
"RSSI", "%Cus:nordic_ble.rssi:0:R",
"Time", "%Yut",
"Source", "%s",
"Destination", "%d",
"Length", "%L",
"Info", "%i"
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
Follow Options:
0000000x = Follow advertisements only.
000000x0 = Follow legacy advertisements only.
00000x00 = Follow on LE Coded PHY.
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh
!(btle.advertising_header.pdu_type in {0x0, 0x2, 0x6}) && !(btle.data_header.length == 0)
Re: Adafruit Bluefruit LE Sniffer (BLE 4.0) nRF51822 Only Sh