bluez5: add support for hardware quirk/feature database

Implement hardware quirk/feature database with pattern matching.
This commit is contained in:
Pauli Virtanen 2021-01-24 15:15:27 +02:00
parent 88077a29db
commit b57ae8c2a6
9 changed files with 396 additions and 15 deletions

View file

@ -28,6 +28,7 @@ bluez5_sources = ['plugin.c',
'sco-sink.c',
'sco-source.c',
'sco-io.c',
'quirks.c',
'bluez5-device.c',
'bluez5-dbus.c']