.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
bluez_peripheral/__init__.py
bluez_peripheral/adapter.py
bluez_peripheral/advert.py
bluez_peripheral/agent.py
bluez_peripheral/base.py
bluez_peripheral/error.py
bluez_peripheral/flags.py
bluez_peripheral/util.py
bluez_peripheral/uuid16.py
bluez_peripheral.egg-info/PKG-INFO
bluez_peripheral.egg-info/SOURCES.txt
bluez_peripheral.egg-info/dependency_links.txt
bluez_peripheral.egg-info/requires.txt
bluez_peripheral.egg-info/top_level.txt
bluez_peripheral/gatt/__init__.py
bluez_peripheral/gatt/base.py
bluez_peripheral/gatt/characteristic.py
bluez_peripheral/gatt/descriptor.py
bluez_peripheral/gatt/service.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/advertising.rst
docs/source/conf.py
docs/source/dbus_fast.inv
docs/source/index.rst
docs/source/pairing.rst
docs/source/services.rst
docs/source/spelling_wordlist.txt
docs/source/ref/bluez_peripheral.adapter.rst
docs/source/ref/bluez_peripheral.advert.rst
docs/source/ref/bluez_peripheral.agent.rst
docs/source/ref/bluez_peripheral.base.rst
docs/source/ref/bluez_peripheral.error.rst
docs/source/ref/bluez_peripheral.flags.rst
docs/source/ref/bluez_peripheral.gatt.base.rst
docs/source/ref/bluez_peripheral.gatt.characteristic.rst
docs/source/ref/bluez_peripheral.gatt.descriptor.rst
docs/source/ref/bluez_peripheral.gatt.rst
docs/source/ref/bluez_peripheral.gatt.service.rst
docs/source/ref/bluez_peripheral.rst
docs/source/ref/bluez_peripheral.util.rst
docs/source/ref/bluez_peripheral.uuid16.rst
tests/.pylintrc
tests/__init__.py
tests/conftest.py
tests/requirements.txt
tests/loopback/README.md
tests/loopback/__init__.py
tests/loopback/conftest.py
tests/loopback/remote_run.sh
tests/loopback/test.sh
tests/loopback/test_advert.py
tests/loopback/gatt/__init__.py
tests/unit/README.md
tests/unit/__init__.py
tests/unit/com.spacecheese.test.conf
tests/unit/conftest.py
tests/unit/test_adapter.py
tests/unit/test_advert.py
tests/unit/test_agent.py
tests/unit/test_error.py
tests/unit/test_uuid16.py
tests/unit/util.py
tests/unit/gatt/__init__.py
tests/unit/gatt/test_characteristic.py
tests/unit/gatt/test_descriptor.py
tests/unit/gatt/test_service.py