spp_client sample
ble_spp_client_write_subscribe()
is only used within spp_client sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
spp_client sample
ble_spp_client_write_subscribe()
ble_spp_client_write_subscribe() function
Syntax
Show:
Summary
Declaration
from
main.c:29
static
void
ble_spp_client_write_subscribe
(
const
struct
peer
*
peer
)
;
Arguments
Argument
peer
Examples
References
from
examples
Code
Location
Referrer
static
void
ble_spp_client_write_subscribe
(
const
struct
peer
*
peer
)
main.c:29
ble_spp_client_write_subscribe
(
peer
)
;
main.c:100
ble_spp_client_on_disc_complete()
Call Tree
from
examples
ble_spp_client_write_subscribe()
is called by 1 function and calls 5 functions:
ble_spp_client_on_disc_complete()
All items filtered out
ble_spp_client_write_subscribe()
esp_log_timestamp()
esp_log_write()
ble_gattc_write_flat()
ble_gap_terminate()
peer_dsc_find_uuid()
All items filtered out
Data Use
from
examples
ble_spp_client_write_subscribe()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
::BLE_UUID_TYPE_16
ble_error_codes::BLE_ERR_REM_USER_CONN_TERM
ble_gatt_dsc::handle
peer_dsc::dsc
peer::conn_handle
All items filtered out
ble_spp_client_write_subscribe()
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