ESP-IDF
tBTA_GATTC_NOTIFY::conn_id
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
tBTA_GATTC_NOTIFY::conn_id
tBTA_GATTC_NOTIFY::conn_id field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:365
UINT16
conn_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
conn_id
;
bta_gatt_api.h:365
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
notify
.
conn_id
)
;
adapter.c:1597
bt_mesh_bta_gattc_cb()
p_notify
->
conn_id
=
p_clcb
->
bta_conn_id
;
bta_gattc_act.c:2081
bta_gattc_proc_other_indication()
gattc_if
=
BTC_GATT_GET_GATT_IF
(
notify
->
conn_id
)
;
btc_gattc.c:903
btc_gattc_cb_handler()
param
.
notify
.
conn_id
=
BTC_GATT_GET_CONN_ID
(
notify
->
conn_id
)
;
btc_gattc.c:904
btc_gattc_cb_handler()
BTA_GATTC_SendIndConfirm
(
notify
->
conn_id
,
notify
->
handle
)
;
btc_gattc.c:913
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_NOTIFY::conn_id
is written by 1 function and is read by 2 functions:
bta_gattc_proc_other_indication()
All items filtered out
tBTA_GATTC_NOTIFY::conn_id
btc_gattc_cb_handler()
bt_mesh_bta_gattc_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