Searched defs:remote_device_properties_params_t (Results 1 – 1 of 1) sorted by relevance
91 struct remote_device_properties_params_t : public callback_params_t { struct92 remote_device_properties_params_t(bt_status_t status, RawAddress bd_addr, in remote_device_properties_params_t() argument103 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument104 bt_status_t status;105 RawAddress bd_addr;106 int num_properties;107 bt_property_t* properties;108 std::string ToString() const override { in ToString()