ESP-IDF
bt_gatt_get_db_op_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_gatt_get_db_op_t
bt_gatt_get_db_op_t enum
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:54
enum
{
GATT_OP_GET_SVC_BY_UUID
,
GATT_OP_GET_ALL_CHAR
,
GATT_OP_GET_ALL_DESCRI
,
GATT_OP_GET_CHAR_BY_UUID
,
GATT_OP_GET_DESCRI_BY_UUID
,
GATT_OP_GET_DESCRI_BY_HANDLE
,
GATT_OP_GET_INCLUDE_SVC
,
}
;
Values
Value
Declared as
bt_gatt_get_db_op_t::GATT_OP_GET_SVC_BY_UUID
bt_gatt_get_db_op_t::GATT_OP_GET_ALL_CHAR
bt_gatt_get_db_op_t::GATT_OP_GET_ALL_DESCRI
bt_gatt_get_db_op_t::GATT_OP_GET_CHAR_BY_UUID
bt_gatt_get_db_op_t::GATT_OP_GET_DESCRI_BY_UUID
bt_gatt_get_db_op_t::GATT_OP_GET_DESCRI_BY_HANDLE
bt_gatt_get_db_op_t::GATT_OP_GET_INCLUDE_SVC
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
bta_gatt_api.h:54
}
bt_gatt_get_db_op_t
;
bta_gatt_api.h:62
bt_gatt_get_db_op_t
bt_gatt_get_db_op_t
op
,
bta_gattc_cache.c:1323
bta_gattc_get_db_with_opration()
bta_gattc_get_db_with_opration()::op
bt_gatt_get_db_op_t
op
,
bta_gattc_int.h:557
bta_gattc_get_db_with_opration()
bta_gattc_get_db_with_opration()::op
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
bta_gattc_get_db_with_opration()::op
bta_gattc_get_db_with_opration()
bta_gattc_int.h:557
bta_gattc_get_db_with_opration()::op
bta_gattc_get_db_with_opration()
bta_gattc_cache.c:1323
Lifecycle
from
examples
All items filtered out
All items filtered out