ESP-IDF
esp_hidh_dev_s::added
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hidh_dev_s::added
esp_hidh_dev_s::added field
Syntax
Show:
Summary
Declaration
from
esp_hidh_private.h:58
bool
added
;
Examples
References
from
examples
Code
Location
Referrer
bool
added
;
//If lower layer has added the device
esp_hidh_private.h:58
dev
->
added
=
param
->
dscp
.
added
;
bt_hidh.c:317
esp_hh_cb()
if
(
dev
->
status
==
ESP_HIDH_OK
&&
dev
->
connected
&&
dev
->
added
)
{
bt_hidh.c:390
esp_hh_cb()
dev
->
added
=
param
->
add_dev
.
status
==
ESP_HIDH_OK
?
true
:
false
;
bt_hidh.c:414
esp_hh_cb()
if
(
dev
->
status
==
ESP_HIDH_OK
&&
dev
->
connected
&&
dev
->
added
)
{
bt_hidh.c:425
esp_hh_cb()
dev
->
added
=
false
;
bt_hidh.c:1032
hidh_dev_ctor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_hidh_dev_s::added
is written by 2 functions and is read by 1 function:
esp_hh_cb()
hidh_dev_ctor()
All items filtered out
esp_hidh_dev_s::added
esp_hh_cb()
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