ESP-IDF
tBTM_BLE_128SERVICE
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_128SERVICE
tBTM_BLE_128SERVICE struct
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:434
typedef
struct
{
BOOLEAN
list_cmpl
;
UINT8
uuid128
[
MAX_UUID_SIZE
]
;
}
tBTM_BLE_128SERVICE
;
Fields
Field
Declared as
tBTM_BLE_128SERVICE::list_cmpl
BOOLEAN
tBTM_BLE_128SERVICE::uuid128
UINT8
[
MAX_UUID_SIZE
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
tBTM_BLE_128SERVICE
tBTA_BLE_128SERVICE
;
bta_api.h:397
typedef
struct
{
btm_ble_api.h:434
}
tBTM_BLE_128SERVICE
;
btm_ble_api.h:437
typedef
tBTM_BLE_128SERVICE
tBTA_BLE_128SERVICE
;
bta_api.h:397
tBTA_BLE_128SERVICE
tBTA_BLE_128SERVICE
*
p_services_128b
;
/* 128 bits service */
bta_api.h:404
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_services_128b
tBTA_BLE_128SERVICE
*
p_sol_service_128b
;
/* List of 128 bit Service Solicitation UUIDs */
bta_api.h:408
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_sol_service_128b
osi_malloc
(
sizeof
(
tBTA_BLE_128SERVICE
)
)
;
btc_gap_ble.c:313
btc_to_bta_adv_data()
}
tBTM_BLE_128SERVICE
;
btm_ble_api.h:437
tBTM_BLE_128SERVICE
tBTM_BLE_128SERVICE
*
p_services_128b
;
/* 128 bits service */
btm_ble_api.h:466
tBTM_BLE_ADV_DATA
tBTM_BLE_ADV_DATA::p_services_128b
tBTM_BLE_128SERVICE
*
p_sol_service_128b
;
/* List of 128 bit Service Solicitation UUIDs */
btm_ble_api.h:470
tBTM_BLE_ADV_DATA
tBTM_BLE_ADV_DATA::p_sol_service_128b
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_services_128b
tBTM_BLE_ADV_DATA
btm_ble_api.h:466
tBTM_BLE_ADV_DATA::p_sol_service_128b
tBTM_BLE_ADV_DATA
btm_ble_api.h:470
tBTA_BLE_ADV_DATA::p_services_128b
tBTA_BLE_ADV_DATA
bta_api.h:404
tBTA_BLE_ADV_DATA::p_sol_service_128b
tBTA_BLE_ADV_DATA
bta_api.h:408
Lifecycle
from
examples
All items filtered out
All items filtered out