Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-09 | Add new idevice_events_subscribe/unsubscribe API with context | 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 | 1 | -1/+1 | ||
2022-05-05 | idevicebtlogger: Some whitespace/coding style fixes | 1 | -27/+29 | ||
2022-05-05 | idevicebtlogger: remove dependency on libpcap | 1 | -78/+105 | ||
2022-05-05 | idevicebtlogger: add --format option for 'pcap' and 'packetlogger' | 1 | -13/+93 | ||
2022-05-05 | idevicebtlogger: Minor cleanup | 1 | -0/+18 | ||
2022-05-05 | idevicebtlogger: Simplify by using bt_packet_logger_client_start_service() | 1 | -33/+2 | ||
2022-05-05 | idevicebtlogger: Switch to using DLT_BLUETOOTH_HCI_H4_WITH_PHDR (201) and ↵ | 1 | -3/+20 | ||
capture direction for better decoding in wireshark. | |||||
2022-05-05 | idevicebtlogger: Remove debug printing code | 1 | -8/+0 | ||
2022-05-05 | idevicebtlogger: Cleanup warnings, todos and magic numbers | 1 | -12/+4 | ||
2022-05-05 | Initial commit of working packet logger (idevicebtlogger) | 1 | -0/+360 | ||