ESP-IDF
bt_mesh_gattc_if
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_gattc_if
bt_mesh_gattc_if variable
Syntax
Show:
Summary
Declaration
from
adapter.c:104
static
tBTA_GATTC_IF
bt_mesh_gattc_if
;
Examples
References
from
examples
Code
Location
Referrer
static
tBTA_GATTC_IF
bt_mesh_gattc_if
;
adapter.c:104
BTA_GATTC_Enh_Open
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
adapter.c:1260
bt_mesh_gattc_conn_create()
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
index
]
.
conn
.
handle
)
;
adapter.c:1275
bt_mesh_gattc_exchange_mtu()
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
)
;
adapter.c:1302
bt_mesh_gattc_write_no_rsp()
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
conn
.
handle
)
;
adapter.c:1329
bt_mesh_gattc_disconnect()
bt_mesh_gattc_if
=
p_data
->
reg_oper
.
client_if
;
adapter.c:1361
bt_mesh_bta_gattc_cb()
BT_DBG
(
"bt_mesh_gattc_if is %d"
,
bt_mesh_gattc_if
)
;
adapter.c:1362
bt_mesh_bta_gattc_cb()
status
=
BTA_GATTC_RegisterForNotifications
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
adapter.c:1495
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_if
!=
p_data
->
connect
.
client_if
)
{
adapter.c:1678
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_if
!=
p_data
->
disconnect
.
client_if
)
{
adapter.c:1697
bt_mesh_bta_gattc_cb()
BTA_GATTC_AppDeregister
(
bt_mesh_gattc_if
)
;
adapter.c:1825
bt_mesh_gatt_deinit()
bt_mesh_gattc_if
=
0U
;
adapter.c:1826
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gattc_if
is written by 2 functions and is read by 6 functions:
bt_mesh_bta_gattc_cb()
bt_mesh_gatt_deinit()
All items filtered out
bt_mesh_gattc_if
bt_mesh_gattc_conn_create()
bt_mesh_gattc_exchange_mtu()
bt_mesh_gattc_write_no_rsp()
bt_mesh_gattc_disconnect()
bt_mesh_bta_gattc_cb()
bt_mesh_gatt_deinit()
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