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