Searched refs:callback_params_with_properties_t (Results 1 – 1 of 1) sorted by relevance
88 struct callback_params_with_properties_t : public callback_params_t { struct96 callback_params_with_properties_t(const char* name, Callback callback_type, int num_properties, in callback_params_with_properties_t() function106 virtual ~callback_params_with_properties_t() = default;161 struct adapter_properties_params_t : public callback_params_with_properties_t {163 : callback_params_with_properties_t("adapter_properties", Callback::AdapterProperties, in adapter_properties_params_t()176 struct remote_device_properties_params_t : public callback_params_with_properties_t {179 : callback_params_with_properties_t("remote_device_properties", in remote_device_properties_params_t()196 struct device_found_params_t : public callback_params_with_properties_t {198 : callback_params_with_properties_t("device_found", Callback::DeviceFound, num_properties, in device_found_params_t()