Searched refs:remote_device_properties_params_t (Results 1 – 5 of 5) 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() argument204 remote_device_properties_params_t(205 const remote_device_properties_params_t& params) = default;207 virtual ~remote_device_properties_params_t() {} in ~remote_device_properties_params_t() argument
124 std::make_shared<remote_device_properties_params_t>( in start_messenger()125 *(static_cast<remote_device_properties_params_t*>(data)))); in start_messenger()
53 std::deque<remote_device_properties_params_t> collect_from(
104 remote_device_properties_params_t params(status, raw_address, in remote_device_properties()
61 remote_device_properties_params_t* q = in start_scan()62 static_cast<remote_device_properties_params_t*>(p.get()); in start_scan()