_bluetooth.pyi 121 B

12345678
  1. class BLE:
  2. def __init__(self) -> int: ...
  3. def test(self) -> int: ...
  4. def active(self) -> int: ...