ESP-IDF
bt_mesh_addr_t::type
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_addr_t::type
bt_mesh_addr_t::type field
Syntax
Show:
Summary
Declaration
from
adapter.h:350
uint8_t
type
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
type
;
adapter.h:350
addr
.
type
=
p_data
->
inq_res
.
ble_addr_type
;
adapter.c:309
bt_mesh_scan_result_callback()
(
addr
->
type
>
BLE_ADDR_RANDOM
)
)
{
adapter.c:1206
bt_mesh_gattc_conn_create()
bt_mesh_gattc_info
[
i
]
.
addr
.
type
=
addr
->
type
;
adapter.c:1231
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()
.
addr
.
type
=
0xff
,
prov_pvnr.c:122
prov_links
[
i
]
.
addr
.
type
=
addr
->
type
;
prov_pvnr.c:380
provisioner_start_prov_pb_adv()
prov_links
[
i
]
.
addr
.
type
=
addr
->
type
;
prov_pvnr.c:446
provisioner_start_prov_pb_gatt()
add_addr
.
type
=
add_dev
->
addr_type
;
prov_pvnr.c:514
bt_mesh_provisioner_add_unprov_dev()
unprov_dev
[
i
]
.
addr
.
type
=
add_dev
->
addr_type
;
prov_pvnr.c:558
bt_mesh_provisioner_add_unprov_dev()
unprov_dev
[
i
]
.
addr
.
type
=
add_dev
->
addr_type
;
prov_pvnr.c:572
bt_mesh_provisioner_add_unprov_dev()
dev_addr
.
type
=
addr_type
;
prov_pvnr.c:704
bt_mesh_provisioner_prov_device_with_addr()
notify_unprov_adv_pkt_cb
(
addr
->
val
,
addr
->
type
,
adv_type
,
prov_pvnr.c:2978
notify_unprov_dev_info()
notify_unprov_adv_pkt_cb
(
addr
->
val
,
addr
->
type
,
adv_type
,
prov_pvnr.c:2988
notify_unprov_dev_info()
node
.
addr_type
=
addr
->
type
;
pvnr_mgmt.c:340
bt_mesh_provisioner_provision()
if
(
mesh_nodes
[
i
]
&&
mesh_nodes
[
i
]
->
addr_type
==
addr
->
type
&&
pvnr_mgmt.c:542
bt_mesh_provisioner_delete_node_with_dev_addr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_addr_t::type
is written by 6 functions and is read by 6 functions:
bt_mesh_scan_result_callback()
bt_mesh_gattc_conn_create()
provisioner_start_prov_pb_adv()
provisioner_start_prov_pb_gatt()
bt_mesh_provisioner_add_unprov_dev()
bt_mesh_provisioner_prov_device_with_addr()
All items filtered out
bt_mesh_addr_t::type
bt_mesh_gattc_conn_create()
provisioner_start_prov_pb_adv()
provisioner_start_prov_pb_gatt()
notify_unprov_dev_info()
bt_mesh_provisioner_provision()
bt_mesh_provisioner_delete_node_with_dev_addr()
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