Bluedroid_GATT_Server sample
gl_profile_tab
is only used within Bluedroid_GATT_Server sample.
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
Bluedroid_GATT_Server sample
gl_profile_tab
gl_profile_tab variable
Syntax
Show:
Summary
Declaration
from
main.c:109
static
struct
gatts_profile_inst
gl_profile_tab
[
PROFILE_NUM
]
=
{
[
HEART_PROFILE_APP_ID
]
=
{
.
gatts_cb
=
heart_gatts_profile_event_handler
,
.
gatts_if
=
ESP_GATT_IF_NONE
,
}
,
[
AUTO_IO_PROFILE_APP_ID
]
=
{
.
gatts_cb
=
auto_io_gatts_profile_event_handler
,
.
gatts_if
=
ESP_GATT_IF_NONE
,
}
,
}
;
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out