ESP-IDF
tBTA_GATT_ID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_ID
tBTA_GATT_ID struct
* Constants and data types * Common Definitions
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:81
typedef
struct
{
tBT_UUID
uuid
;
UINT8
inst_id
;
}
__attribute__
(
(
packed
)
)
tBTA_GATT_ID
;
Fields
Field
Declared as
tBTA_GATT_ID::uuid
tBT_UUID
tBTA_GATT_ID::inst_id
UINT8
Related Functions
Found 3 other functions taking a
tBTA_GATT_ID
argument:
Function
Description
bta_to_btc_gatt_id()
BTA -> BTC conversion functions
btc_to_bta_gatt_id()
BTC -> BTA conversion functions
bta_dm_gatt_disc_result()
* Function bta_dm_gatt_disc_result * Description This function process the GATT service search result. * Parameters:
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatt_api.h:81
}
__attribute__
(
(
packed
)
)
tBTA_GATT_ID
;
bta_gatt_api.h:84
static
void
bta_dm_gatt_disc_result
(
tBTA_GATT_ID
service_id
)
bta_dm_act.c:6527
bta_dm_gatt_disc_result()
bta_dm_gatt_disc_result()::service_id
if
(
bta_dm_search_cb
.
ble_raw_used
+
sizeof
(
tBTA_GATT_ID
)
<
bta_dm_search_cb
.
ble_raw_size
)
{
bta_dm_act.c:6537
bta_dm_gatt_disc_result()
}
__attribute__
(
(
packed
)
)
tBTA_GATT_ID
;
bta_gatt_api.h:84
tBTA_GATT_ID
tBTA_GATT_ID
id
;
bta_gatt_api.h:254
tBTA_GATT_SRVC_ID
tBTA_GATT_SRVC_ID::id
tBTA_GATT_ID
service_uuid
;
bta_gatt_api.h:337
tBTA_GATTC_SRVC_RES
tBTA_GATTC_SRVC_RES::service_uuid
UINT16
len
=
(
UINT16
)
(
sizeof
(
tBTA_GATT_ID
)
+
sizeof
(
tBTA_GATTC_API_READ
)
)
;
bta_gattc_api.c:525
BTA_GATTC_ReadCharDescr()
void
btc_to_bta_gatt_id
(
tBTA_GATT_ID
*
p_dest
,
esp_gatt_id_t
*
p_src
)
btc_gatt_util.c:85
btc_to_bta_gatt_id()
btc_to_bta_gatt_id()::p_dest
void
bta_to_btc_gatt_id
(
esp_gatt_id_t
*
p_dest
,
tBTA_GATT_ID
*
p_src
)
btc_gatt_util.c:101
bta_to_btc_gatt_id()
bta_to_btc_gatt_id()::p_src
void
btc_to_bta_gatt_id
(
tBTA_GATT_ID
*
p_dest
,
esp_gatt_id_t
*
p_src
)
;
btc_gatt_util.h:22
btc_to_bta_gatt_id()
btc_to_bta_gatt_id()::p_dest
void
bta_to_btc_gatt_id
(
esp_gatt_id_t
*
p_dest
,
tBTA_GATT_ID
*
p_src
)
;
btc_gatt_util.h:26
bta_to_btc_gatt_id()
bta_to_btc_gatt_id()::p_src
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_GATT_SRVC_ID::id
tBTA_GATT_SRVC_ID
bta_gatt_api.h:254
tBTA_GATTC_SRVC_RES::service_uuid
tBTA_GATTC_SRVC_RES
bta_gatt_api.h:337
btc_to_bta_gatt_id()::p_dest
btc_to_bta_gatt_id()
btc_gatt_util.h:22
bta_to_btc_gatt_id()::p_src
bta_to_btc_gatt_id()
btc_gatt_util.h:26
bta_dm_gatt_disc_result()::service_id
bta_dm_gatt_disc_result()
bta_dm_act.c:6527
btc_to_bta_gatt_id()::p_dest
btc_to_bta_gatt_id()
btc_gatt_util.c:85
bta_to_btc_gatt_id()::p_src
bta_to_btc_gatt_id()
btc_gatt_util.c:101
Lifecycle
from
examples
All items filtered out
All items filtered out