libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ bt_packet_logger_stop_capture()

bt_packet_logger_error_t bt_packet_logger_stop_capture ( bt_packet_logger_client_t client)

Stops capturing the hci interface from the device.

Use bt_packet_logger_start_capture() to start receiving the hci data.

Parameters
clientThe bt_packet_logger client to use
Returns
BT_PACKET_LOGGER_E_SUCCESS on success, BT_PACKET_LOGGER_E_INVALID_ARG when one or more parameters are invalid or BT_PACKET_LOGGER_E_UNKNOWN_ERROR when an unspecified error occurs or an hci capture has already been started.