ESP-IDF
hidd_param_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hidd_param_t
hidd_param_t struct
Syntax
Show:
Summary
Declaration
from
bt_hidd.c:46
typedef
struct
{
osi_mutex_t
mutex
;
esp_bt_hidd_dev_t
*
dev
;
esp_hidd_app_param_t
app_param
;
esp_hidd_qos_param_t
in_qos
;
esp_hidd_qos_param_t
out_qos
;
}
hidd_param_t
;
Fields
Field
Declared as
hidd_param_t::mutex
osi_mutex_t
hidd_param_t::dev
esp_bt_hidd_dev_t
*
hidd_param_t::app_param
esp_hidd_app_param_t
hidd_param_t::in_qos
esp_hidd_qos_param_t
hidd_param_t::out_qos
esp_hidd_qos_param_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out