libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ bt_packet_logger_client_start_service()

LIBIMOBILEDEVICE_API bt_packet_logger_error_t bt_packet_logger_client_start_service ( idevice_t  device,
bt_packet_logger_client_t client,
const char *  label 
)

Starts a new bt_packet_logger service on the specified device and connects to it.

Parameters
deviceThe device to connect to.
clientPointer that will point to a newly allocated bt_packet_logger_client_t upon successful return. Must be freed using bt_packet_logger_client_free() after use.
labelThe label to use for communication. Usually the program name. Pass NULL to disable sending the label in requests to lockdownd.
Returns
BT_PACKET_LOGGER_E_SUCCESS on success, or an BT_PACKET_LOGGER_E_* error code otherwise.