ESP-IDF
tBTA_BLE_ADV_DATA::p_manu
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
tBTA_BLE_ADV_DATA::p_manu
tBTA_BLE_ADV_DATA::p_manu field
Syntax
Show:
Summary
Declaration
from
bta_api.h:402
tBTA_BLE_MANU
*
p_manu
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_BLE_MANU
*
p_manu
;
/* manufacturer data */
bta_api.h:402
if
(
bta_adv_data
->
p_manu
!=
NULL
)
{
btc_gap_ble.c:122
btc_cleanup_adv_data()
btc_gap_adv_point_cleanup
(
(
void
*
*
)
&
bta_adv_data
->
p_manu
->
p_val
)
;
btc_gap_ble.c:123
btc_cleanup_adv_data()
btc_gap_adv_point_cleanup
(
(
void
*
*
)
&
bta_adv_data
->
p_manu
)
;
btc_gap_ble.c:124
btc_cleanup_adv_data()
bta_adv_data
->
p_manu
=
osi_malloc
(
sizeof
(
tBTA_BLE_MANU
)
)
;
btc_gap_ble.c:217
btc_to_bta_adv_data()
if
(
bta_adv_data
->
p_manu
!=
NULL
)
{
btc_gap_ble.c:218
btc_to_bta_adv_data()
bta_adv_data
->
p_manu
->
p_val
=
osi_malloc
(
p_adv_data
->
manufacturer_len
)
;
btc_gap_ble.c:219
btc_to_bta_adv_data()
if
(
bta_adv_data
->
p_manu
->
p_val
!=
NULL
)
{
btc_gap_ble.c:220
btc_to_bta_adv_data()
bta_adv_data
->
p_manu
->
len
=
p_adv_data
->
manufacturer_len
;
btc_gap_ble.c:222
btc_to_bta_adv_data()
memcpy
(
bta_adv_data
->
p_manu
->
p_val
,
p_adv_data
->
p_manufacturer_data
,
p_adv_data
->
manufacturer_len
)
;
btc_gap_ble.c:223
btc_to_bta_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_BLE_ADV_DATA::p_manu
is written by 1 function and is read by 2 functions:
btc_to_bta_adv_data()
All items filtered out
tBTA_BLE_ADV_DATA::p_manu
btc_cleanup_adv_data()
btc_to_bta_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