ESP-IDF
alloc_sdp_slot()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
alloc_sdp_slot()
alloc_sdp_slot() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:285
static
int
alloc_sdp_slot
(
bluetooth_sdp_record
*
in_record
)
;
Arguments
Argument
in_record
Related Functions
Found 13 other functions taking a
bluetooth_sdp_record
argument:
Function
copy_sdp_record()
get_sdp_record_size()
bta_create_sap_sdp_record()
bta_create_raw_sdp_record()
bta_create_mas_sdp_record()
bta_create_pse_sdp_record()
bta_create_pce_sdp_record()
bta_create_ops_sdp_record()
bta_create_mns_sdp_record()
bta_create_dip_sdp_record()
check_if_primary_di_record()
check_if_di_record()
copy_sdp_record_common()
Examples
References
from
examples
Code
Location
Referrer
static
int
alloc_sdp_slot
(
bluetooth_sdp_record
*
in_record
)
btc_sdp.c:285
slot_id
=
alloc_sdp_slot
(
arg
->
create_record
.
record
)
;
btc_sdp.c:1235
btc_sdp_create_record()
Call Tree
from
examples
alloc_sdp_slot()
is called by 1 function and calls 10 functions:
btc_sdp_create_record()
All items filtered out
alloc_sdp_slot()
free()
esp_log_timestamp()
esp_log_write()
osi_mutex_lock()
osi_mutex_unlock()
osi_malloc_func()
copy_sdp_record()
check_if_primary_di_record()
check_if_di_record()
get_sdp_record_size()
All items filtered out
Data Use
from
examples
alloc_sdp_slot()
reads 9 variables and writes 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
sdp_state_t::SDP_RECORD_ALLOCED
sdp_flag_t::di
sdp_flag_t::primary_di
sdp_slot_t::flag
sdp_slot_t::record_data
sdp_local_param_t::sdp_slots
sdp_local_param
All items filtered out
alloc_sdp_slot()
sdp_flag_t::di
sdp_flag_t::primary_di
sdp_slot_t::state
sdp_slot_t::record_data
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
alloc_sdp_slot()
allocates 1 types:
bluetooth_sdp_record
All items filtered out
alloc_sdp_slot()
All items filtered out