ESP-IDF
tBTA_BLE_MANU
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
tBTA_BLE_MANU
tBTA_BLE_MANU struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:374
typedef
struct
{
UINT8
len
;
UINT8
*
p_val
;
}
tBTA_BLE_MANU
;
Fields
Field
Declared as
tBTA_BLE_MANU::len
UINT8
tBTA_BLE_MANU::p_val
UINT8
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:374
}
tBTA_BLE_MANU
;
bta_api.h:377
tBTA_BLE_MANU
tBTA_BLE_MANU
*
p_manu
;
/* manufacturer data */
bta_api.h:402
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_manu
bta_adv_data
->
p_manu
=
osi_malloc
(
sizeof
(
tBTA_BLE_MANU
)
)
;
btc_gap_ble.c:217
btc_to_bta_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTA_BLE_ADV_DATA::p_manu
tBTA_BLE_ADV_DATA
bta_api.h:402
Lifecycle
from
examples
All items filtered out
All items filtered out