Searched defs:device_found_params_t (Results 1 – 1 of 1) sorted by relevance
196 struct device_found_params_t : public callback_params_with_properties_t { struct197 device_found_params_t(int num_properties, ::bt_property_t* properties) in device_found_params_t() argument202 virtual ~device_found_params_t() {} in ~device_found_params_t() argument204 std::string ToString() const override { in ToString()