ESP-IDF
bluetooth_sdp_mas_record
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_mas_record
bluetooth_sdp_mas_record struct
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:63
typedef
struct
_bluetooth_sdp_mas_record
{
bluetooth_sdp_hdr_overlay
hdr
;
uint32_t
mas_instance_id
;
uint32_t
supported_features
;
uint32_t
supported_message_types
;
}
bluetooth_sdp_mas_record
;
Fields
Field
Declared as
_bluetooth_sdp_mas_record::hdr
bluetooth_sdp_hdr_overlay
_bluetooth_sdp_mas_record::mas_instance_id
uint32_t
_bluetooth_sdp_mas_record::supported_features
uint32_t
_bluetooth_sdp_mas_record::supported_message_types
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
_bluetooth_sdp_mas_record
{
bt_sdp.h:63
}
bluetooth_sdp_mas_record
;
bt_sdp.h:68
bluetooth_sdp_mas_record
bluetooth_sdp_mas_record
mas
;
bt_sdp.h:107
bluetooth_sdp_record
bluetooth_sdp_record::mas
static
int
add_maps_sdp
(
const
bluetooth_sdp_mas_record
*
rec
)
btc_sdp.c:474
add_maps_sdp()
add_maps_sdp()::rec
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
Instance
Scope
Location
Project
bluetooth_sdp_record::mas
bluetooth_sdp_record
bt_sdp.h:107
add_maps_sdp()::rec
add_maps_sdp()
btc_sdp.c:474
Lifecycle
from
examples
All items filtered out
All items filtered out