ESP-IDF
GATT_GET_TCB_IDX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_GET_TCB_IDX
GATT_GET_TCB_IDX macro
Syntax
Show:
Summary
Declaration
from
gatt_int.h:33
#define
GATT_GET_TCB_IDX
(
conn_id
)
(
(
UINT8
)
(
(
(
UINT16
)
(
conn_id
)
)
>
>
8
)
)
Arguments
Argument
conn_id
Examples
References
from
examples
Code
Location
#define
GATT_GET_TCB_IDX
(
conn_id
)
(
(
UINT8
)
(
(
(
UINT16
)
(
conn_id
)
)
>
>
8
)
)
gatt_int.h:33
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:600
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:672
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:723
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:868
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:925
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:992
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:1078
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:1148
tGATT_TCB
*
p_tcb
=
gatt_get_tcb_by_idx
(
GATT_GET_TCB_IDX
(
conn_id
)
)
;
gatt_api.c:1196
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:1564
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:1647
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_api.c:1748
UINT8
tcb_idx
=
GATT_GET_TCB_IDX
(
conn_id
)
;
gatt_utils.c:1779
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