ESP-IDF
bt_mesh_gatts_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_gatts_addr
bt_mesh_gatts_addr variable
Syntax
Show:
Summary
Declaration
from
adapter.c:77
static
uint8_t
bt_mesh_gatts_addr
[
BLE_MESH_ADDR_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
bt_mesh_gatts_addr
[
BLE_MESH_ADDR_LEN
]
;
adapter.c:77
memcpy
(
bt_mesh_gatts_addr
,
p_data
->
conn
.
remote_bda
,
BLE_MESH_ADDR_LEN
)
;
adapter.c:666
bt_mesh_bta_gatts_cb()
BTA_GATTS_SendServiceChangeIndication
(
bt_mesh_gatts_if
,
bt_mesh_gatts_addr
)
;
adapter.c:672
bt_mesh_bta_gatts_cb()
memset
(
bt_mesh_gatts_addr
,
0x0
,
BLE_MESH_ADDR_LEN
)
;
adapter.c:685
bt_mesh_bta_gatts_cb()
BTA_GATTS_SendServiceChangeIndication
(
bt_mesh_gatts_if
,
bt_mesh_gatts_addr
)
;
adapter.c:1131
bt_mesh_gatts_service_start()
memset
(
bt_mesh_gatts_addr
,
0
,
BLE_MESH_ADDR_LEN
)
;
adapter.c:1816
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gatts_addr
is read by 3 functions:
All items filtered out
bt_mesh_gatts_addr
bt_mesh_bta_gatts_cb()
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