ESP-IDF
tBTM_BLE_32SERVICE
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_32SERVICE
tBTM_BLE_32SERVICE struct
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:427
typedef
struct
{
UINT8
num_service
;
BOOLEAN
list_cmpl
;
UINT32
*
p_uuid
;
}
tBTM_BLE_32SERVICE
;
Fields
Field
Declared as
tBTM_BLE_32SERVICE::num_service
UINT8
tBTM_BLE_32SERVICE::list_cmpl
BOOLEAN
tBTM_BLE_32SERVICE::p_uuid
UINT32
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
tBTM_BLE_32SERVICE
tBTA_BLE_32SERVICE
;
bta_api.h:398
typedef
struct
{
btm_ble_api.h:427
}
tBTM_BLE_32SERVICE
;
btm_ble_api.h:431
typedef
tBTM_BLE_32SERVICE
tBTA_BLE_32SERVICE
;
bta_api.h:398
tBTA_BLE_32SERVICE
tBTA_BLE_32SERVICE
*
p_service_32b
;
/* 32 bits Service UUID */
bta_api.h:405
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_service_32b
tBTA_BLE_32SERVICE
*
p_sol_service_32b
;
/* List of 32 bit Service Solicitation UUIDs */
bta_api.h:407
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_sol_service_32b
osi_malloc
(
sizeof
(
tBTA_BLE_32SERVICE
)
)
;
btc_gap_ble.c:292
btc_to_bta_adv_data()
}
tBTM_BLE_32SERVICE
;
btm_ble_api.h:431
tBTM_BLE_32SERVICE
tBTM_BLE_32SERVICE
*
p_service_32b
;
/* 32 bits Service UUID */
btm_ble_api.h:467
tBTM_BLE_ADV_DATA
tBTM_BLE_ADV_DATA::p_service_32b
tBTM_BLE_32SERVICE
*
p_sol_service_32b
;
/* List of 32 bit Service Solicitation UUIDs */
btm_ble_api.h:469
tBTM_BLE_ADV_DATA
tBTM_BLE_ADV_DATA::p_sol_service_32b
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_32b
tBTM_BLE_ADV_DATA
btm_ble_api.h:467
tBTM_BLE_ADV_DATA::p_sol_service_32b
tBTM_BLE_ADV_DATA
btm_ble_api.h:469
tBTA_BLE_ADV_DATA::p_service_32b
tBTA_BLE_ADV_DATA
bta_api.h:405
tBTA_BLE_ADV_DATA::p_sol_service_32b
tBTA_BLE_ADV_DATA
bta_api.h:407
Lifecycle
from
examples
All items filtered out
All items filtered out