Searched refs:adapter_properties_params_t (Results 1 – 4 of 4) sorted by relevance
175 struct adapter_properties_params_t : public callback_params_with_properties_t { struct176 adapter_properties_params_t(bt_status_t status, int num_properties, in adapter_properties_params_t() function182 adapter_properties_params_t(const adapter_properties_params_t& params) =185 virtual ~adapter_properties_params_t() {} in ~adapter_properties_params_t() argument
113 std::make_shared<adapter_properties_params_t>( in start_messenger()114 *(static_cast<adapter_properties_params_t*>(data)))); in start_messenger()
86 adapter_properties_params_t params(status, num_properties, properties); in adapter_properties()
63 adapter_properties_params_t* q = in get_adapter_info()64 static_cast<adapter_properties_params_t*>(p.get()); in get_adapter_info()