ESP-IDF
bluetooth_sdp_ops_record
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
bluetooth_sdp_ops_record
bluetooth_sdp_ops_record struct
Object Push Profile parameters
Syntax
Show:
Summary
Declaration
from
esp_sdp_api.h:126
typedef
struct
bluetooth_sdp_ops_record
{
esp_bluetooth_sdp_hdr_overlay_t
hdr
;
int
supported_formats_list_len
;
uint8_t
supported_formats_list
[
SDP_OPP_SUPPORTED_FORMATS_MAX_LENGTH
]
;
}
esp_bluetooth_sdp_ops_record_t
;
Fields
Field
Declared as
Description
bluetooth_sdp_ops_record::hdr
esp_bluetooth_sdp_hdr_overlay_t
General info.
bluetooth_sdp_ops_record::supported_formats_list_len
int
Supported formats list length.
bluetooth_sdp_ops_record::supported_formats_list
uint8_t
[
SDP_OPP_SUPPORTED_FORMATS_MAX_LENGTH
]
Supported formats list.
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