ESP-IDF
tBTM_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
tBTM_BLE_SERVICE_DATA
tBTM_BLE_SERVICE_DATA struct
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:445
typedef
struct
{
tBT_UUID
service_uuid
;
UINT8
len
;
UINT8
*
p_val
;
}
tBTM_BLE_SERVICE_DATA
;
Fields
Field
Declared as
tBTM_BLE_SERVICE_DATA::service_uuid
tBT_UUID
tBTM_BLE_SERVICE_DATA::len
UINT8
tBTM_BLE_SERVICE_DATA::p_val
UINT8
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_ble_api.h:445
}
tBTM_BLE_SERVICE_DATA
;
btm_ble_api.h:449
tBTM_BLE_SERVICE_DATA
tBTM_BLE_SERVICE_DATA
*
p_service_data
;
/* service data */
btm_ble_api.h:472
tBTM_BLE_ADV_DATA
tBTM_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
tBTM_BLE_ADV_DATA::p_service_data
tBTM_BLE_ADV_DATA
btm_ble_api.h:472
Lifecycle
from
examples
All items filtered out
All items filtered out