ESP-IDF
tBTA_BLE_SERVICE_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
tBTA_BLE_SERVICE_DATA
tBTA_BLE_SERVICE_DATA struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:391
typedef
struct
{
tBT_UUID
service_uuid
;
UINT8
len
;
UINT8
*
p_val
;
}
tBTA_BLE_SERVICE_DATA
;
Fields
Field
Declared as
tBTA_BLE_SERVICE_DATA::service_uuid
tBT_UUID
tBTA_BLE_SERVICE_DATA::len
UINT8
tBTA_BLE_SERVICE_DATA::p_val
UINT8
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:391
}
tBTA_BLE_SERVICE_DATA
;
bta_api.h:395
tBTA_BLE_SERVICE_DATA
tBTA_BLE_SERVICE_DATA
*
p_service_data
;
/* service data */
bta_api.h:410
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_service_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_service_data
tBTA_BLE_ADV_DATA
bta_api.h:410
Lifecycle
from
examples
All items filtered out
All items filtered out