Files
bumble_fork/bumble
Alan Rosenthal c34c5fdf17 Fix small bug with services set via --device-config
before:
```
  File "/home/alanrosenthal/code/fitbit/bumble/bumble/gatt.py", line 572, in __str__
    f'Descriptor(handle=0x{self.handle:04X}, '
  File "/home/alanrosenthal/code/fitbit/bumble/bumble/att.py", line 756, in read_value
    self.permissions & self.READ_REQUIRES_ENCRYPTION
TypeError: unsupported operand type(s) for &: 'str' and 'int'
```
2023-03-14 18:16:46 -04:00
..
2023-02-23 21:01:17 +00:00
2022-12-10 09:40:12 -08:00
2023-03-03 22:38:21 +00:00
2022-12-15 23:07:17 -08:00
2022-12-10 09:40:12 -08:00
2023-03-02 14:34:49 -08:00
2023-02-23 21:06:12 +00:00
2023-03-02 14:34:49 -08:00