ESP-IDF
+
0
/1 examples
SourceVu will show references to
ESP_HIDD_CONN_STATE_CONNECTED
from the following samples and libraries:
bt_hid_mouse_device sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_HIDD_CONN_STATE_CONNECTED
ESP_HIDD_CONN_STATE_CONNECTED value
HID connection established
Syntax
Show:
Summary
Declaration
from
esp_hidd_api.h:59
ESP_HIDD_CONN_STATE_CONNECTED
;
Examples
ESP_HIDD_CONN_STATE_CONNECTED
is referenced by 1 libraries and example projects:
bt_hid_mouse_device sample
References
from
0/1
examples
Code
Location
Referrer
ESP_HIDD_CONN_STATE_CONNECTED
,
/*!< HID connection established */
esp_hidd_api.h:59
if
(
param
->
open
.
status
==
ESP_HIDD_SUCCESS
&&
param
->
open
.
conn_status
==
ESP_HIDD_CONN_STATE_CONNECTED
)
{
bt_hidd.c:595
bt_hidd_cb()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
ESP_HIDD_CONN_STATE_CONNECTED
is read by 1 function:
All items filtered out
ESP_HIDD_CONN_STATE_CONNECTED
bt_hidd_cb()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out