summaryrefslogtreecommitdiff
path: root/monitor/msft.c
Commit message (Collapse)AuthorAgeFilesLines
* monitor: Cache connection informationLuiz Augusto von Dentz2022-05-181-3/+3
| | | | | | | | | | This caches connection information including the device addres so it can be printed alongside the handle: > HCI Event: Disconnect Complete (0x05) plen 4 Status: Success (0x00) Handle: 3585 Address: 68:79:12:XX:XX:XX (OUI 68-79-12) Reason: Connection Terminated By Local Host (0x16)
* monitor: Make use of MSFT packet definitionsLuiz Augusto von Dentz2021-10-181-26/+118
| | | | This make use of the packet definitions for MSFT extension.
* monitor: Store MSFT extension event prefixMarcel Holtmann2021-08-161-0/+2
|
* monitor: Decode MSFT LE Monitor AdvertisementMarcel Holtmann2021-05-201-1/+28
|
* monitor: Add basic decoding for MSFT extensionMarcel Holtmann2021-03-191-3/+127
|
* monitor: Add skeleton for Microsoft HCI extensionMarcel Holtmann2021-03-191-0/+69