summaryrefslogtreecommitdiff
path: root/monitor/att.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Fix build error in some targetsLuiz Augusto von Dentz2022-07-051-1/+3
* monitor/att: Add LTV deconding support for PAC/ASELuiz Augusto von Dentz2022-06-161-91/+500
* monitor/att: Add decoding support for PAC Audio ContextLuiz Augusto von Dentz2022-06-161-0/+65
* monitor/att: Add decoding support for PAC Sink/Source LocationLuiz Augusto von Dentz2022-06-161-0/+70
* monitor/att: Print attribute information on ATT_REQ_RSPLuiz Augusto von Dentz2022-06-161-7/+18
* monitor/att: Fix decoding for notificationsLuiz Augusto von Dentz2022-06-131-1/+1
* monitor: Stop spamming logs when GATT db cannot be loadedLuiz Augusto von Dentz2022-06-131-5/+1
* monitor/att: Add decoding support for ASE Control PointLuiz Augusto von Dentz2022-05-261-158/+561
* monitor/att: Add decoding support for ASE Sink/SourceLuiz Augusto von Dentz2022-05-261-26/+339
* monitor/att: Add decoding support for PAC Sink/SourceLuiz Augusto von Dentz2022-05-261-0/+92
* monitor/att: Simplify CCC decodersLuiz Augusto von Dentz2022-05-261-22/+13
* monitor/att: Fix parsing of notificationsLuiz Augusto von Dentz2022-05-251-0/+10
* monitor/att: Attempt to reload if database is emptyLuiz Augusto von Dentz2022-05-251-21/+26
* monitor/att: Fix parsing of Notify MutipleLuiz Augusto von Dentz2022-05-201-2/+0
* monitor/att: Fix not matching read frame directionLuiz Augusto von Dentz2022-05-201-3/+11
* monitor/att: Fix treating Notification/Indication as a requestLuiz Augusto von Dentz2022-05-201-2/+2
* monitor/att: Fix not removing read from queueLuiz Augusto von Dentz2022-05-201-2/+4
* monitor/att: Add decoding support for CCCLuiz Augusto von Dentz2022-05-191-18/+223
* monitor/att: Decode attribute typeLuiz Augusto von Dentz2022-05-181-12/+133
* monitor: Move ATT decoding function into its own fileLuiz Augusto von Dentz2022-05-181-0/+642