Files
bumble_mirror/tests
ibondarenko1 07b5e33e09 avdtp: address review nits — use truthy checks
Per @zxzxwu review on #918:
- bumble/avdtp.py: replace `if len(pdu) < 1:` with `if not pdu:`
- tests/avdtp_test.py: replace `assert completed == []` with
  `assert not completed`

Both are idiomatic Python truthy checks; behavior identical.
2026-04-26 18:49:55 -07:00
..
2023-08-24 01:27:07 +08:00
2026-01-01 03:25:32 +08:00
2025-08-21 16:38:58 -07:00
2025-08-21 16:38:58 -07:00
2026-02-05 15:50:06 +08:00
2025-08-21 16:38:58 -07:00
2025-08-21 16:38:58 -07:00
2025-08-21 16:38:58 -07:00
2026-03-04 00:22:50 +08:00
2025-08-21 16:38:58 -07:00
2025-08-21 16:38:58 -07:00
2025-08-21 16:38:58 -07:00
2026-01-12 20:51:38 +08:00
2025-08-21 16:38:58 -07:00
2022-05-16 19:42:31 -07:00
2026-01-01 03:25:32 +08:00
2025-08-21 16:38:58 -07:00
2026-01-01 03:25:32 +08:00
2022-12-15 23:07:17 -08:00
2025-08-21 16:38:58 -07:00
2026-02-10 20:08:01 +08:00
2026-04-03 23:08:16 +02:00
2026-01-05 23:53:22 +08:00
2025-08-21 16:38:58 -07:00
2025-08-21 16:38:58 -07:00