ESP-IDF
bt_mesh_gatts_if
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
bt_mesh_gatts_if
bt_mesh_gatts_if variable
Syntax
Show:
Summary
Declaration
from
adapter.c:76
static
tBTA_GATTS_IF
bt_mesh_gatts_if
;
Examples
References
from
examples
Code
Location
Referrer
static
tBTA_GATTS_IF
bt_mesh_gatts_if
;
adapter.c:76
bt_mesh_gatts_if
=
p_data
->
reg_oper
.
server_if
;
adapter.c:565
bt_mesh_bta_gatts_cb()
BTA_GATTS_SendServiceChangeIndication
(
bt_mesh_gatts_if
,
bt_mesh_gatts_addr
)
;
adapter.c:672
bt_mesh_bta_gatts_cb()
BTA_GATTS_CreateService
(
bt_mesh_gatts_if
,
adapter.c:972
bt_mesh_gatts_service_register()
BTA_GATTS_CreateService
(
bt_mesh_gatts_if
,
adapter.c:986
bt_mesh_gatts_service_register()
uint16_t
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gatts_if
,
conn
->
handle
)
;
adapter.c:1067
bt_mesh_gatts_disconnect()
uint16_t
conn_id
=
BLE_MESH_GATT_CREATE_CONN_ID
(
bt_mesh_gatts_if
,
conn
->
handle
)
;
adapter.c:1084
bt_mesh_gatts_notify()
BTA_GATTS_SendServiceChangeIndication
(
bt_mesh_gatts_if
,
bt_mesh_gatts_addr
)
;
adapter.c:1131
bt_mesh_gatts_service_start()
BTA_GATTS_AppDeregister
(
bt_mesh_gatts_if
)
;
adapter.c:1815
bt_mesh_gatt_deinit()
bt_mesh_gatts_if
=
0U
;
adapter.c:1817
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gatts_if
is written by 2 functions and is read by 6 functions:
bt_mesh_bta_gatts_cb()
bt_mesh_gatt_deinit()
All items filtered out
bt_mesh_gatts_if
bt_mesh_bta_gatts_cb()
bt_mesh_gatts_service_register()
bt_mesh_gatts_disconnect()
bt_mesh_gatts_notify()
bt_mesh_gatts_service_start()
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