Blob: issue.md
Blob id: ba384e120bac3be787fa897ed58b5546a8290909
Size: 1.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | --- name: New issue about: 'Report a bug or other problem' title: '' labels: '' assignees: '' --- ### Description <!-- A clear and concise description of what the bug is --> <!-- A clear and concise description of what you expected to happen --> <!-- Include any other relevant details --> ### To reproduce <!-- Steps to reproduce the issue, if possible --> 1. 2. 3. 4. ### Logs - btmon log: <!-- Bluetooth traffic dump: (usually needed) 0. Power off connected device 1. Run: btmon -w btmon.log 2. Connect device, reproduce the issue 3. Ctrl-C btmon 4. Attach btmon.log to the issue --> - bluetoothd log: <!-- Run: journalctl -u bluetooth --boot 0 > bluetoothd.log; if relevant for issue --> <!-- Any other logs etc. relevant for the issue --> ### Versions - BlueZ version: <!-- Run: bluetoothctl --version --> - Kernel version: <!-- Run: uname -r --> - Problematic device: <!-- Device model etc information, if relevant --> <!-- Any other relevant information on platform / hardware here --> |