ESP-IDF
tBTA_BLE_ADV_DATA::p_service_32b
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_ADV_DATA::p_service_32b
tBTA_BLE_ADV_DATA::p_service_32b field
Syntax
Show:
Summary
Declaration
from
bta_api.h:405
tBTA_BLE_32SERVICE
*
p_service_32b
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_BLE_32SERVICE
*
p_service_32b
;
/* 32 bits Service UUID */
bta_api.h:405
if
(
bta_adv_data
->
p_service_32b
!=
NULL
)
{
btc_gap_ble.c:155
btc_cleanup_adv_data()
btc_gap_adv_point_cleanup
(
(
void
*
*
)
&
bta_adv_data
->
p_service_32b
->
p_uuid
)
;
btc_gap_ble.c:156
btc_cleanup_adv_data()
btc_gap_adv_point_cleanup
(
(
void
*
*
)
&
bta_adv_data
->
p_service_32b
)
;
btc_gap_ble.c:157
btc_cleanup_adv_data()
if
(
NULL
==
bta_adv_data
->
p_service_32b
)
{
btc_gap_ble.c:290
btc_to_bta_adv_data()
bta_adv_data
->
p_service_32b
=
btc_gap_ble.c:291
btc_to_bta_adv_data()
bta_adv_data
->
p_service_32b
->
list_cmpl
=
FALSE
;
btc_gap_ble.c:293
btc_to_bta_adv_data()
bta_adv_data
->
p_service_32b
->
num_service
=
0
;
btc_gap_ble.c:294
btc_to_bta_adv_data()
bta_adv_data
->
p_service_32b
->
p_uuid
=
btc_gap_ble.c:295
btc_to_bta_adv_data()
p_uuid_out32
=
bta_adv_data
->
p_service_32b
->
p_uuid
;
btc_gap_ble.c:297
btc_to_bta_adv_data()
if
(
NULL
!=
bta_adv_data
->
p_service_32b
->
p_uuid
)
{
btc_gap_ble.c:300
btc_to_bta_adv_data()
++
bta_adv_data
->
p_service_32b
->
num_service
;
btc_gap_ble.c:303
btc_to_bta_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_BLE_ADV_DATA::p_service_32b
is written by 1 function and is read by 2 functions:
btc_to_bta_adv_data()
All items filtered out
tBTA_BLE_ADV_DATA::p_service_32b
btc_cleanup_adv_data()
btc_to_bta_adv_data()
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
Lifecycle
from
examples
All items filtered out
All items filtered out