ESP-IDF
bluetooth_sdp_dip_record
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_dip_record
bluetooth_sdp_dip_record struct
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:95
typedef
struct
_bluetooth_sdp_dip_record
{
bluetooth_sdp_hdr_overlay
hdr
;
uint16_t
vendor
;
uint16_t
vendor_id_source
;
uint16_t
product
;
uint16_t
version
;
bool
primary_record
;
}
bluetooth_sdp_dip_record
;
Fields
Field
Declared as
_bluetooth_sdp_dip_record::hdr
bluetooth_sdp_hdr_overlay
_bluetooth_sdp_dip_record::vendor
uint16_t
_bluetooth_sdp_dip_record::vendor_id_source
uint16_t
_bluetooth_sdp_dip_record::product
uint16_t
_bluetooth_sdp_dip_record::version
uint16_t
_bluetooth_sdp_dip_record::primary_record
bool
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
_bluetooth_sdp_dip_record
{
bt_sdp.h:95
}
bluetooth_sdp_dip_record
;
bt_sdp.h:102
bluetooth_sdp_dip_record
bluetooth_sdp_dip_record
dip
;
bt_sdp.h:113
bluetooth_sdp_record
bluetooth_sdp_record::dip
bluetooth_sdp_dip_record
*
di_record
=
(
bluetooth_sdp_dip_record
*
)
record
;
btc_sdp.c:273
check_if_primary_di_record()
static
int
add_dips_sdp
(
bluetooth_sdp_dip_record
*
rec
)
btc_sdp.c:909
add_dips_sdp()
add_dips_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::dip
bluetooth_sdp_record
bt_sdp.h:113
add_dips_sdp()::rec
add_dips_sdp()
btc_sdp.c:909
Lifecycle
from
examples
All items filtered out
All items filtered out