ble_spp_server sample
enable_data_ntf
is only used within ble_spp_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ble_spp_server sample
enable_data_ntf
enable_data_ntf variable
Syntax
Show:
Summary
Declaration
from
ble_spp_server_demo.c:68
static
bool
enable_data_ntf
=
false
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
enable_data_ntf
=
false
;
ble_spp_server_demo.c:68
if
(
!
enable_data_ntf
)
{
ble_spp_server_demo.c:342
uart_task()
enable_data_ntf
=
true
;
ble_spp_server_demo.c:533
gatts_profile_event_handler()
enable_data_ntf
=
false
;
ble_spp_server_demo.c:535
gatts_profile_event_handler()
enable_data_ntf
=
false
;
ble_spp_server_demo.c:600
gatts_profile_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
enable_data_ntf
is written by 1 function and is read by 1 function:
gatts_profile_event_handler()
All items filtered out
enable_data_ntf
uart_task()
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