ESP-IDF
hidh_open_evt_param::is_orig
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
hidh_open_evt_param::is_orig
hidh_open_evt_param::is_orig field
indicate if host intiate the connection
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:160
bool
is_orig
;
Examples
References
from
examples
Code
Location
Referrer
bool
is_orig
;
/*!< indicate if host intiate the connection */
esp_hidh_api.h:160
if
(
param
->
open
.
is_orig
)
{
bt_hidh.c:236
esp_hh_cb()
param
.
open
.
is_orig
=
true
;
btc_hh.c:589
btc_hh_connect()
param
.
open
.
is_orig
=
p_data
->
conn
.
is_orig
;
btc_hh.c:1310
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_open_evt_param::is_orig
is written by 2 functions and is read by 1 function:
btc_hh_connect()
btc_hh_cb_handler()
All items filtered out
hidh_open_evt_param::is_orig
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