ESP-IDF
tBTA_GATT_SRVC_ID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATT_SRVC_ID
tBTA_GATT_SRVC_ID struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:253
typedef
struct
{
tBTA_GATT_ID
id
;
BOOLEAN
is_primary
;
}
tBTA_GATT_SRVC_ID
;
Fields
Field
Declared as
tBTA_GATT_SRVC_ID::id
tBTA_GATT_ID
tBTA_GATT_SRVC_ID::is_primary
BOOLEAN
Related Functions
Found 2 other functions taking a
tBTA_GATT_SRVC_ID
argument:
Function
btc_to_bta_srvc_id()
bta_to_btc_srvc_id()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatt_api.h:253
}
tBTA_GATT_SRVC_ID
;
bta_gatt_api.h:256
tBTA_GATT_SRVC_ID
void
btc_to_bta_srvc_id
(
tBTA_GATT_SRVC_ID
*
p_dest
,
esp_gatt_srvc_id_t
*
p_src
)
btc_gatt_util.c:91
btc_to_bta_srvc_id()
btc_to_bta_srvc_id()::p_dest
void
bta_to_btc_srvc_id
(
esp_gatt_srvc_id_t
*
p_dest
,
tBTA_GATT_SRVC_ID
*
p_src
)
btc_gatt_util.c:107
bta_to_btc_srvc_id()
bta_to_btc_srvc_id()::p_src
void
btc_to_bta_srvc_id
(
tBTA_GATT_SRVC_ID
*
p_dest
,
esp_gatt_srvc_id_t
*
p_src
)
;
btc_gatt_util.h:23
btc_to_bta_srvc_id()
btc_to_bta_srvc_id()::p_dest
void
bta_to_btc_srvc_id
(
esp_gatt_srvc_id_t
*
p_dest
,
tBTA_GATT_SRVC_ID
*
p_src
)
;
btc_gatt_util.h:27
bta_to_btc_srvc_id()
bta_to_btc_srvc_id()::p_src
tBTA_GATT_SRVC_ID
srvc_id
;
btc_gatts.c:266
btc_gatts_act_create_attr_tab()
tBTA_GATT_SRVC_ID
srvc_id
=
{
0
}
;
btc_gatts.c:294
btc_gatts_act_create_attr_tab()
tBTA_GATT_SRVC_ID
srvc_id
;
btc_gatts.c:634
btc_gatts_call_handler()
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
btc_to_bta_srvc_id()::p_dest
btc_to_bta_srvc_id()
btc_gatt_util.h:23
bta_to_btc_srvc_id()::p_src
bta_to_btc_srvc_id()
btc_gatt_util.h:27
btc_to_bta_srvc_id()::p_dest
btc_to_bta_srvc_id()
btc_gatt_util.c:91
bta_to_btc_srvc_id()::p_src
bta_to_btc_srvc_id()
btc_gatt_util.c:107
Lifecycle
from
examples
All items filtered out
All items filtered out