ESP-IDF
GATT_CREATE_CONN_ID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
GATT_CREATE_CONN_ID
GATT_CREATE_CONN_ID macro
Syntax
Show:
Summary
Declaration
from
gatt_int.h:32
#define
GATT_CREATE_CONN_ID
(
tcb_idx
,
gatt_if
)
(
(
UINT16
)
(
(
(
(
UINT8
)
(
tcb_idx
)
)
<
<
8
)
|
(
(
UINT8
)
(
gatt_if
)
)
)
)
Arguments
Argument
tcb_idx
gatt_if
Examples
References
from
examples
Code
Location
#define
GATT_CREATE_CONN_ID
(
tcb_idx
,
gatt_if
)
(
(
UINT16
)
(
(
(
(
UINT8
)
(
tcb_idx
)
)
<
<
8
)
|
(
(
UINT8
)
(
gatt_if
)
)
)
)
gatt_int.h:32
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
gatt_if
)
;
gatt_api.c:1430
*
p_conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
gatt_if
)
;
gatt_api.c:1686
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_reg
->
gatt_if
)
;
gatt_cl.c:724
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_reg
->
gatt_if
)
;
gatt_cl.c:751
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_sreg
->
gatt_if
)
;
gatt_db.c:1507
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_reg
->
gatt_if
)
;
gatt_main.c:539
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_reg
->
gatt_if
)
;
gatt_main.c:945
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
gatt_if
)
;
gatt_sr.c:566
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
gatt_cb
.
cl_rcb
[
i
]
.
gatt_if
)
;
gatt_sr.c:1088
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_sreg
->
gatt_if
)
;
gatt_sr.c:1270
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_sreg
->
gatt_if
)
;
gatt_sr.c:1342
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_rcb
->
gatt_if
)
;
gatt_sr.c:1721
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_reg
->
gatt_if
)
;
gatt_utils.c:2386
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