ESP-IDF
gattc_prov_info::addr
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
gattc_prov_info::addr
gattc_prov_info::addr field
Syntax
Show:
Summary
Declaration
from
adapter.c:93
bt_mesh_addr_t
addr
;
Examples
References
from
examples
Code
Location
Referrer
bt_mesh_addr_t
addr
;
adapter.c:93
if
(
!
memcmp
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
addr
->
val
,
BLE_MESH_ADDR_LEN
)
)
{
adapter.c:1219
bt_mesh_gattc_conn_create()
memcpy
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
addr
->
val
,
BLE_MESH_ADDR_LEN
)
;
adapter.c:1230
bt_mesh_gattc_conn_create()
bt_mesh_gattc_info
[
i
]
.
addr
.
type
=
addr
->
type
;
adapter.c:1231
bt_mesh_gattc_conn_create()
BTA_GATTC_Enh_Open
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
adapter.c:1260
bt_mesh_gattc_conn_create()
bt_mesh_gattc_info
[
i
]
.
addr
.
type
,
true
,
BTA_GATT_TRANSPORT_LE
,
FALSE
,
BLE_ADDR_UNKNOWN_TYPE
,
adapter.c:1261
bt_mesh_gattc_conn_create()
status
=
BTA_GATTC_RegisterForNotifications
(
bt_mesh_gattc_if
,
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
adapter.c:1495
bt_mesh_bta_gattc_cb()
len
=
bt_mesh_gattc_conn_cb
->
prov_write_descr
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
)
;
adapter.c:1572
bt_mesh_bta_gattc_cb()
len
=
bt_mesh_gattc_conn_cb
->
proxy_write_descr
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
)
;
adapter.c:1582
bt_mesh_bta_gattc_cb()
if
(
memcmp
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
p_data
->
notify
.
bda
,
BLE_MESH_ADDR_LEN
)
||
adapter.c:1616
bt_mesh_bta_gattc_cb()
if
(
!
memcmp
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
p_data
->
connect
.
remote_bda
,
BLE_MESH_ADDR_LEN
)
)
{
adapter.c:1685
bt_mesh_bta_gattc_cb()
(
bt_mesh_gattc_conn_cb
->
connected
)
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
,
i
)
;
adapter.c:1687
bt_mesh_bta_gattc_cb()
if
(
!
memcmp
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
,
p_data
->
disconnect
.
remote_bda
,
BLE_MESH_ADDR_LEN
)
)
{
adapter.c:1706
bt_mesh_bta_gattc_cb()
(
bt_mesh_gattc_conn_cb
->
disconnected
)
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
&
bt_mesh_gattc_info
[
i
]
.
conn
,
p_data
->
disconnect
.
reason
)
;
adapter.c:1708
bt_mesh_bta_gattc_cb()
bt_mesh_provisioner_clear_link_info
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
)
;
adapter.c:1715
bt_mesh_bta_gattc_cb()
bt_mesh_provisioner_clear_link_info
(
bt_mesh_gattc_info
[
i
]
.
addr
.
val
)
;
adapter.c:1726
bt_mesh_bta_gattc_cb()
memset
(
&
bt_mesh_gattc_info
[
i
]
.
addr
,
0
,
sizeof
(
bt_mesh_addr_t
)
)
;
adapter.c:1829
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gattc_prov_info::addr
is read by 2 functions:
All items filtered out
gattc_prov_info::addr
bt_mesh_gattc_conn_create()
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