Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-09 | Add new idevice_events_subscribe/unsubscribe API with context | Nikias Bassen | 1 | -2/+3 | |
The older API idevice_event_subscribe/unsubscribe can only be used by a single instance. With the addition of a context, is is now possible to register multiple callback functions in different threads. For backwards compatibility the old API will still be available for a while before being removed in a future release. | |||||
2022-05-05 | idevicebtlogger: Fix typo in man page and code comment | Nikias Bassen | 1 | -1/+1 | |
2022-05-05 | idevicebtlogger: Some whitespace/coding style fixes | Nikias Bassen | 1 | -27/+29 | |
2022-05-05 | idevicebtlogger: remove dependency on libpcap | Matthias Ringwald | 1 | -78/+105 | |
2022-05-05 | idevicebtlogger: add --format option for 'pcap' and 'packetlogger' | Matthias Ringwald | 1 | -13/+93 | |
2022-05-05 | idevicebtlogger: Minor cleanup | Geoffrey Kruse | 1 | -0/+18 | |
2022-05-05 | idevicebtlogger: Simplify by using bt_packet_logger_client_start_service() | Geoffrey Kruse | 1 | -33/+2 | |
2022-05-05 | idevicebtlogger: Switch to using DLT_BLUETOOTH_HCI_H4_WITH_PHDR (201) and ↵ | Geoffrey Kruse | 1 | -3/+20 | |
capture direction for better decoding in wireshark. | |||||
2022-05-05 | idevicebtlogger: Remove debug printing code | Geoffrey Kruse | 1 | -8/+0 | |
2022-05-05 | idevicebtlogger: Cleanup warnings, todos and magic numbers | Geoffrey Kruse | 1 | -12/+4 | |
2022-05-05 | Initial commit of working packet logger (idevicebtlogger) | Geoffrey Kruse | 1 | -0/+360 | |