asp_seek_search_result_cb typedef
@brief Called when the Application Service Platform (ASP) Service is found.
@since_tizen 4.0
@remarks @a service_mac, @a instance_name and @a service_info are valid only in the callback.
To use outside the callback, make a copy.
@paramin
error_code The error code. \n
#ASP_ERROR_NONE Successful\n
#ASP_ERROR_OUT_OF_MEMORY Out of memory\n
#ASP_ERROR_OPERATION_FAILED Operation failed\n
@paramin
seek_service The seek service which found the current result;
the handle to the same object for which the search was started
@paramin
service_mac The P2P device address of the device which provides the service;
NULL if not available
@paramin
adv_id The service advertisement ID defined by remote P2P device
@paramin
config_method The preferred Wi-Fi Simple Config (WSC) configuration method
@paramin
instance_name The advertised service name defined by the remote P2P device;
NULL if not available
@paramin
service_info The advertised service information defined by the remote P2P device;
NULL if not available
@paramin
info_size The advertised service information payload size;
if the information is not available, this is set to -1
@paramin
status The status of the service
@paramin
user_data The user data passed from the callback registration function
@pre The callback must be registered using asp_seek_set_search_result_cb().\n
asp_seek_start() must be called to invoke this callback.
@see asp_seek_set_search_result_cb()
@see asp_seek_unset_search_result_cb()
@see asp_seek_start()
Implementation
typedef asp_seek_search_result_cb
= ffi.Pointer<ffi.NativeFunction<asp_seek_search_result_cbFunction>>;