ESP-IDF
bt_mesh_hci_cp_set_adv_data::data
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_hci_cp_set_adv_data::data
bt_mesh_hci_cp_set_adv_data::data field
Syntax
Show:
Summary
Declaration
from
hci.h:115
uint8_t
data
[
31
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
data
[
31
]
;
hci.h:115
param
.
data
[
param
.
len
++
]
=
ad
[
i
]
.
data_len
+
1
;
adapter.c:223
set_adv_data()
param
.
data
[
param
.
len
++
]
=
ad
[
i
]
.
type
;
adapter.c:224
set_adv_data()
memcpy
(
&
param
.
data
[
param
.
len
]
,
ad
[
i
]
.
data
,
ad
[
i
]
.
data_len
)
;
adapter.c:226
set_adv_data()
BLE_MESH_BTM_CHECK_STATUS
(
BTM_BleWriteAdvDataRaw
(
param
.
data
,
param
.
len
)
)
;
adapter.c:232
set_adv_data()
BLE_MESH_BTM_CHECK_STATUS
(
BTM_BleWriteScanRspRaw
(
param
.
data
,
param
.
len
)
)
;
adapter.c:234
set_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hci_cp_set_adv_data::data
is read by 1 function:
All items filtered out
bt_mesh_hci_cp_set_adv_data::data
set_adv_data()
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