Implement Hap support (#532)

* Implement Hap
This commit is contained in:
William Escande
2024-09-09 16:24:22 -07:00
committed by GitHub
parent ac0cff43b6
commit 00e660d410
6 changed files with 1017 additions and 1 deletions

View File

@@ -915,7 +915,7 @@ class Server(EventEmitter):
See Bluetooth spec Vol 3, Part F - 3.4.5.1 Write Request
'''
# Check that the attribute exists
# Check that the attribute exists
attribute = self.get_attribute(request.attribute_handle)
if attribute is None:
self.send_response(