LOCKDOWN_CU_PAIRING_DEVICE_INFO | device information available: data_ptr is a plist_t, and data_size is ignored.
The plist_t has to be copied if required, since it is freed when the callback function returns.
|
LOCKDOWN_CU_PAIRING_ERROR | pairing error message available: data_ptr is a NULL-terminated char* buffer containing the error message, and data_size is ignored.
Buffer needs to be copied if it shall persist outside the callback.
|