Skip to content

Commit

Permalink
format (+3 squashed commits)
Browse files Browse the repository at this point in the history
Squashed commits:
[60e610f] wip
[eeab73d] wip
[3cdd5b8] basic first pass
  • Loading branch information
barbibulle committed Dec 26, 2023
1 parent 5d83def commit 555b9d9
Show file tree
Hide file tree
Showing 13 changed files with 1,115 additions and 577 deletions.
4 changes: 2 additions & 2 deletions apps/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
DEFAULT_RFCOMM_UUID = 'E6D55659-C8B4-4B85-96BB-B1143AF6D3AE'
DEFAULT_L2CAP_PSM = 1234
DEFAULT_L2CAP_MAX_CREDITS = 128
DEFAULT_L2CAP_MTU = 1022
DEFAULT_L2CAP_MPS = 1024
DEFAULT_L2CAP_MTU = 1024
DEFAULT_L2CAP_MPS = 1022

DEFAULT_LINGER_TIME = 1.0

Expand Down
Loading

0 comments on commit 555b9d9

Please sign in to comment.