ESP-IDF
tBTM_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
tBTM_BLE_ADV_DATA::p_manu
tBTM_BLE_ADV_DATA::p_manu field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:464
tBTM_BLE_MANU
*
p_manu
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_MANU
*
p_manu
;
/* manufacturer data */
btm_ble_api.h:464
p_data
&&
p_data
->
p_manu
&&
btm_ble_gap.c:2276
btm_ble_build_adv_data()
p_data
->
p_manu
->
len
!=
0
&&
p_data
->
p_manu
->
p_val
)
{
btm_ble_gap.c:2277
btm_ble_build_adv_data()
if
(
p_data
->
p_manu
->
len
>
(
len
-
MIN_ADV_LENGTH
)
)
{
btm_ble_gap.c:2278
btm_ble_build_adv_data()
cp_len
=
p_data
->
p_manu
->
len
;
btm_ble_gap.c:2281
btm_ble_build_adv_data()
BTM_TRACE_DEBUG
(
"cp_len = %d\n,p_data->p_manu->len=%d\n"
,
cp_len
,
p_data
->
p_manu
->
len
)
;
btm_ble_gap.c:2283
btm_ble_build_adv_data()
for
(
int
i
=
0
;
i
<
p_data
->
p_manu
->
len
;
i
++
)
{
btm_ble_gap.c:2284
btm_ble_build_adv_data()
BTM_TRACE_DEBUG
(
"p_data->p_manu->p_val[%d] = %x\n"
,
i
,
p_data
->
p_manu
->
p_val
[
i
]
)
;
btm_ble_gap.c:2285
btm_ble_build_adv_data()
ARRAY_TO_STREAM
(
p
,
p_data
->
p_manu
->
p_val
,
cp_len
)
;
btm_ble_gap.c:2289
btm_ble_build_adv_data()
BTM_TRACE_DEBUG
(
"p_addr = %p\n,p_data->p_manu->p_val = %p\n"
,
p
,
p_data
->
p_manu
->
p_val
)
;
btm_ble_gap.c:2290
btm_ble_build_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_ADV_DATA::p_manu
is read by 1 function:
All items filtered out
tBTM_BLE_ADV_DATA::p_manu
btm_ble_build_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