ESP-IDF
tBTA_BLE_SERVICE
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
tBTA_BLE_SERVICE struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:367
typedef
struct
{
UINT8
num_service
;
BOOLEAN
list_cmpl
;
UINT16
*
p_uuid
;
}
tBTA_BLE_SERVICE
;
Fields
Field
Declared as
tBTA_BLE_SERVICE::num_service
UINT8
tBTA_BLE_SERVICE::list_cmpl
BOOLEAN
tBTA_BLE_SERVICE::p_uuid
UINT16
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:367
}
tBTA_BLE_SERVICE
;
bta_api.h:371
tBTA_BLE_SERVICE
tBTA_BLE_SERVICE
*
p_services
;
/* 16 bits services */
bta_api.h:403
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_services
tBTA_BLE_SERVICE
*
p_sol_services
;
/* 16 bits services Solicitation UUIDs */
bta_api.h:406
tBTA_BLE_ADV_DATA
tBTA_BLE_ADV_DATA::p_sol_services
tBTA_BLE_SERVICE
service
;
bta_api.h:510
tBTA_BLE_INQ_DATA
tBTA_BLE_INQ_DATA::service
bta_adv_data
->
p_services
=
osi_malloc
(
sizeof
(
tBTA_BLE_SERVICE
)
)
;
btc_gap_ble.c:273
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_services
tBTA_BLE_ADV_DATA
bta_api.h:403
tBTA_BLE_ADV_DATA::p_sol_services
tBTA_BLE_ADV_DATA
bta_api.h:406
tBTA_BLE_INQ_DATA::service
tBTA_BLE_INQ_DATA
bta_api.h:510
Lifecycle
from
examples
All items filtered out
All items filtered out