summaryrefslogtreecommitdiff
path: root/monitor/att.c
Commit message (Expand)AuthorAgeFilesLines
* monitor/att: Attempt to insert discovered attributesLuiz Augusto von Dentz2023-05-051-192/+344
* monitor/att: Add decoding support for BASSIulia Tanasescu2023-04-051-2/+462
* monitor/att: Fix not loading gatt_db for devices using RPALuiz Augusto von Dentz2023-03-271-1/+7
* monitor/att: Print value when printing descriptorsLuiz Augusto von Dentz2023-03-271-0/+52
* monitor: Fix printing Signed Write CommandSimon Mikuda2023-03-231-2/+2
* monitor: Fix crash when there is no write handlerSimon Mikuda2023-03-231-1/+1
* monitor/att: Fix ASE frequency valuesLuiz Augusto von Dentz2023-02-141-9/+9
* monitor/att: Fix Set Member Lock decodingMarcin Kraglak2023-01-301-2/+2
* monitor/att: Add decoding support for CSIPSathish Narasimman2022-12-201-0/+85
* monitor/att: Fix crash when accessing packet_connLuiz Augusto von Dentz2022-12-021-1/+8
* monitor/att: Fix not dequeing att_read on error responseLuiz Augusto von Dentz2022-11-151-51/+58
* monitor/att: Add support for decoding Characteristic DeclarationLuiz Augusto von Dentz2022-11-041-0/+41
* monitor/att: Add handler support for Read by TypeLuiz Augusto von Dentz2022-11-041-58/+142
* monitor/att: Revert treating Notification/Indication as a requestLuiz Augusto von Dentz2022-10-181-1/+1
* monitor/att: Detect cache changesLuiz Augusto von Dentz2022-10-181-12/+29
* monitor/att: Add decoding support for GMCSAbhay Maheta2022-10-181-0/+513
* monitor/att: Add decoding support for Volume Control SericeSathish Narasimman2022-09-191-0/+159
* 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