CheatsheetsOn this pageCheatsheets Wireshark Filters​ btle # All BLEbtatt # ATT Protocolbtatt.opcode == 0x12 # Write Requestbtatt.opcode == 0x1b # Notification blatann Quick Reference​ ble = BleDevice("/dev/ttyACM0")ble.configure()ble.open()peer = ble.connect(addr).wait()peer.discover_services().wait()