Searched defs:remote_device_properties_params_t (Results 1 – 1 of 1) sorted by relevance
194 struct remote_device_properties_params_t struct196 remote_device_properties_params_t(bt_status_t status, RawAddress bd_addr, in remote_device_properties_params_t() argument207 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument208 bt_status_t status;209 RawAddress bd_addr;211 std::string ToString() const override { in ToString()