|
◆ bt_packet_logger_client_new()
Connects to the bt_packet_logger service on the specified device.
- Parameters
-
device | The device to connect to. |
service | The service descriptor returned by lockdownd_start_service. |
client | Pointer 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. |
- Returns
- BT_PACKET_LOGGER_E_SUCCESS on success, BT_PACKET_LOGGER_E_INVALID_ARG when client is NULL, or an BT_PACKET_LOGGER_E_* error code otherwise.
|