ESP-IDF
spp_malloc_slot()
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
spp_malloc_slot()
spp_malloc_slot() function
Syntax
Show:
Summary
Declaration
from
btc_spp.c:126
static
spp_slot_t
*
spp_malloc_slot
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
spp_slot_t
*
spp_malloc_slot
(
void
)
btc_spp.c:126
slot_new
=
spp_malloc_slot
(
)
;
btc_spp.c:367
btc_spp_rfcomm_inter_cb()
spp_slot_t
*
slot
=
spp_malloc_slot
(
)
;
btc_spp.c:667
btc_spp_connect()
spp_slot_t
*
slot
=
spp_malloc_slot
(
)
;
btc_spp.c:740
btc_spp_start_srv()
Call Tree
from
examples
spp_malloc_slot()
is called by 3 functions and calls 10 functions:
btc_spp_rfcomm_inter_cb()
btc_spp_connect()
btc_spp_start_srv()
All items filtered out
spp_malloc_slot()
esp_log_timestamp()
esp_log_write()
free()
xEventGroupClearBits()
osi_malloc_func()
init_slot_data()
free_slot_data()
vRingbufferDelete()
esp_vfs_register_fd()
xRingbufferCreate()
All items filtered out
Data Use
from
examples
spp_malloc_slot()
reads 12 variables and writes 17 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_spp_mode_t::ESP_SPP_MODE_CB
esp_spp_mode_t::ESP_SPP_MODE_VFS
spp_slot_t::
::ringbuf_write
spp_local_param_t::tx_buffer_size
spp_local_param_t::spp_slots
spp_local_param_t::spp_slot_id
spp_local_param_t::spp_mode
spp_local_param_t::tx_event_group
spp_local_param_t::spp_vfs_id
spp_local_param
RingbufferType_t::RINGBUF_TYPE_BYTEBUF
All items filtered out
spp_malloc_slot()
spp_slot_t::connected
spp_slot_t::is_server
spp_slot_t::is_writing
spp_slot_t::serial
spp_slot_t::mtu
spp_slot_t::credit_rx
spp_slot_t::write_data_len
spp_slot_t::id
spp_slot_t::sdp_handle
spp_slot_t::rfc_handle
spp_slot_t::rfc_port_handle
spp_slot_t::fd
spp_slot_t::write_data
spp_slot_t::close_alarm
spp_slot_t::alarm_arg
spp_slot_t::
::ringbuf_write
spp_local_param_t::spp_slot_id
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
spp_malloc_slot()
allocates 1 types:
spp_slot_t
All items filtered out
spp_malloc_slot()
All items filtered out