Home
last modified time | relevance | path

Searched refs:callback_params_with_properties_t (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dinterface.h95 struct callback_params_with_properties_t : public callback_params_t { struct
103 callback_params_with_properties_t(const char* name, Callback callback_type, in callback_params_with_properties_t() function
115 virtual ~callback_params_with_properties_t() = default;
175 struct adapter_properties_params_t : public callback_params_with_properties_t {
178 : callback_params_with_properties_t("adapter_properties", in adapter_properties_params_t()
195 : public callback_params_with_properties_t {
199 : callback_params_with_properties_t("remote_device_properties", in remote_device_properties_params_t()
218 struct device_found_params_t : public callback_params_with_properties_t {
220 : callback_params_with_properties_t("device_found", Callback::DeviceFound, in device_found_params_t()