Searched defs:remote_device_properties_params_t (Results 1 – 1 of 1) sorted by relevance
176 struct remote_device_properties_params_t : public callback_params_with_properties_t { struct177 remote_device_properties_params_t(bt_status_t status, RawAddress bd_addr, int num_properties, in remote_device_properties_params_t() function186 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument187 bt_status_t status;188 RawAddress bd_addr;190 std::string ToString() const override { in ToString()