spacecheese / bluez_peripheral

A library for building BLE peripherals using GATT and bluez
MIT License
38 stars 8 forks source link

Full Integration Testing and Client Interface #14

Closed spacecheese closed 1 year ago

spacecheese commented 1 year ago

Improved testing by reimplementing tests using bluez virtual adapters. This requires a limited client (central role) interface. Fixes #10