Wireshark Capture
Capture BLE traffic between app and device.
Capture Strategy
Procedure
- Start Wireshark with nRF Sniffer
- Configure to follow your target device
- Start the app
- Perform all app functions
- Stop capture and save
Useful Filters
btatt.opcode == 0x12 # Write Request
btatt.opcode == 0x1b # Notification
btatt.handle == 0x0012 # Specific handle
Next Step
Continue with Phase 2: GATT Enumeration.