ESP-IDF
add_pbapc_sdp()
is only used within ESP-IDF.
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
ESP-IDF
add_pbapc_sdp()
add_pbapc_sdp() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:714
static
int
add_pbapc_sdp
(
const
bluetooth_sdp_pce_record
*
rec
)
;
Arguments
Argument
rec
Examples
References
from
examples
Code
Location
Referrer
static
int
add_pbapc_sdp
(
const
bluetooth_sdp_pce_record
*
rec
)
btc_sdp.c:714
sdp_handle
=
add_pbapc_sdp
(
&
record
->
pce
)
;
btc_sdp.c:955
btc_handle_create_record_event()
Call Tree
from
examples
add_pbapc_sdp()
is called by 1 function and calls 9 functions:
btc_handle_create_record_event()
All items filtered out
add_pbapc_sdp()
esp_log_timestamp()
esp_log_write()
SDP_CreateRecord()
SDP_DeleteRecord()
SDP_AddAttribute()
SDP_AddUuidSequence()
SDP_AddProfileDescriptorList()
SDP_AddServiceClassIdList()
bta_sys_add_uuid()
All items filtered out
Data Use
from
examples
add_pbapc_sdp()
reads 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
_bluetooth_sdp_hdr_overlay::service_name_length
_bluetooth_sdp_hdr_overlay::service_name
_bluetooth_sdp_hdr_overlay::rfcomm_channel_number
_bluetooth_sdp_hdr_overlay::l2cap_psm
_bluetooth_sdp_hdr_overlay::profile_version
_bluetooth_sdp_pce_record::hdr
All items filtered out
add_pbapc_sdp()
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