ESP-IDF
tBTA_GATTS_ADD_RESULT
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_GATTS_ADD_RESULT
tBTA_GATTS_ADD_RESULT struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:598
typedef
struct
{
tBTA_GATTS_IF
server_if
;
UINT16
service_id
;
UINT16
attr_id
;
tBTA_GATT_STATUS
status
;
tBT_UUID
char_uuid
;
}
tBTA_GATTS_ADD_RESULT
;
Fields
Field
Declared as
tBTA_GATTS_ADD_RESULT::server_if
tBTA_GATTS_IF
tBTA_GATTS_ADD_RESULT::service_id
UINT16
tBTA_GATTS_ADD_RESULT::attr_id
UINT16
tBTA_GATTS_ADD_RESULT::status
tBTA_GATT_STATUS
tBTA_GATTS_ADD_RESULT::char_uuid
tBT_UUID
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatt_api.h:598
}
tBTA_GATTS_ADD_RESULT
;
bta_gatt_api.h:604
tBTA_GATTS_ADD_RESULT
tBTA_GATTS_ADD_RESULT
add_result
;
/* add included service: BTA_GATTS_ADD_INCL_SRVC_EVT
bta_gatt_api.h:666
tBTA_GATTS
tBTA_GATTS::add_result
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_GATTS::add_result
tBTA_GATTS
bta_gatt_api.h:666
Lifecycle
from
examples
All items filtered out
All items filtered out