add support for type adapters and framework for adding standard GATT profiles

This commit is contained in:
Gilles Boccon-Gibod
2022-07-19 19:42:21 -07:00
parent 94fc81c183
commit bd28892734
18 changed files with 896 additions and 273 deletions

View File

@@ -45,8 +45,7 @@ async def main():
# Create a first controller using the packet source/sink as its host interface
controller1 = Controller('C1', host_source = hci_source, host_sink = hci_sink, link = link)
print("====", sys.argv)
controller1.address = sys.argv[1]
controller1.random_address = sys.argv[1]
# Create a second controller using the same link
controller2 = Controller('C2', link = link)