.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
bluez_peripheral/__init__.py
bluez_peripheral/advert.py
bluez_peripheral/agent.py
bluez_peripheral/util.py
bluez_peripheral/uuid.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/characteristic.py
bluez_peripheral/gatt/descriptor.py
bluez_peripheral/gatt/service.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/characteristics_descriptors.rst
docs/source/conf.py
docs/source/index.rst
docs/source/pairing.rst
docs/source/ref/advert.rst
docs/source/ref/agent.rst
docs/source/ref/bluez_peripheral.rst
docs/source/ref/util.rst
docs/source/ref/uuid.rst
docs/source/ref/gatt/characteristic.rst
docs/source/ref/gatt/descriptor.rst
docs/source/ref/gatt/gatt.rst
docs/source/ref/gatt/service.rst
tests/README.md
tests/__init__.py
tests/com.spacecheese.test.conf
tests/requirements.txt
tests/test_advert.py
tests/test_agent.py
tests/test_util.py
tests/util.py
tests/gatt/__init__.py
tests/gatt/test_characteristic.py
tests/gatt/test_descriptor.py
tests/gatt/test_service.py