ESP-IDF
bluetooth_sdp_record
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bluetooth_sdp_record
bluetooth_sdp_record union
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:104
typedef
union
{
bluetooth_sdp_hdr_overlay
hdr
;
bluetooth_sdp_raw_record
raw
;
bluetooth_sdp_mas_record
mas
;
bluetooth_sdp_mns_record
mns
;
bluetooth_sdp_pse_record
pse
;
bluetooth_sdp_pce_record
pce
;
bluetooth_sdp_ops_record
ops
;
bluetooth_sdp_sap_record
sap
;
bluetooth_sdp_dip_record
dip
;
}
bluetooth_sdp_record
;
Fields
Field
Declared as
bluetooth_sdp_record::hdr
bluetooth_sdp_hdr_overlay
bluetooth_sdp_record::raw
bluetooth_sdp_raw_record
bluetooth_sdp_record::mas
bluetooth_sdp_mas_record
bluetooth_sdp_record::mns
bluetooth_sdp_mns_record
bluetooth_sdp_record::pse
bluetooth_sdp_pse_record
bluetooth_sdp_record::pce
bluetooth_sdp_pce_record
bluetooth_sdp_record::ops
bluetooth_sdp_ops_record
bluetooth_sdp_record::sap
bluetooth_sdp_sap_record
bluetooth_sdp_record::dip
bluetooth_sdp_dip_record
Related Functions
Found 14 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()
alloc_sdp_slot()
copy_sdp_record_common()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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