ESP-IDF
bluetooth_sdp_hdr_overlay
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_hdr_overlay
bluetooth_sdp_hdr_overlay struct
Some signals need additional pointers, hence we introduce a generic way to handle these pointers.
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:45
typedef
struct
_bluetooth_sdp_hdr_overlay
{
bluetooth_sdp_types
type
;
esp_bt_uuid_t
uuid
;
uint32_t
service_name_length
;
char
*
service_name
;
int32_t
rfcomm_channel_number
;
int32_t
l2cap_psm
;
int32_t
profile_version
;
int
user1_ptr_len
;
uint8_t
*
user1_ptr
;
int
user2_ptr_len
;
uint8_t
*
user2_ptr
;
}
bluetooth_sdp_hdr_overlay
;
Fields
Field
Declared as
_bluetooth_sdp_hdr_overlay::type
bluetooth_sdp_types
_bluetooth_sdp_hdr_overlay::uuid
esp_bt_uuid_t
_bluetooth_sdp_hdr_overlay::service_name_length
uint32_t
_bluetooth_sdp_hdr_overlay::service_name
char
*
_bluetooth_sdp_hdr_overlay::rfcomm_channel_number
int32_t
_bluetooth_sdp_hdr_overlay::l2cap_psm
int32_t
_bluetooth_sdp_hdr_overlay::profile_version
int32_t
_bluetooth_sdp_hdr_overlay::user1_ptr_len
int
_bluetooth_sdp_hdr_overlay::user1_ptr
uint8_t
*
_bluetooth_sdp_hdr_overlay::user2_ptr_len
int
_bluetooth_sdp_hdr_overlay::user2_ptr
uint8_t
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
_bluetooth_sdp_hdr_overlay
{
bt_sdp.h:45
}
bluetooth_sdp_hdr_overlay
;
bt_sdp.h:57
bluetooth_sdp_hdr_overlay
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:60
_bluetooth_sdp_raw_record
_bluetooth_sdp_raw_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:64
_bluetooth_sdp_mas_record
_bluetooth_sdp_mas_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:71
_bluetooth_sdp_mns_record
_bluetooth_sdp_mns_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:76
_bluetooth_sdp_pse_record
_bluetooth_sdp_pse_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:82
_bluetooth_sdp_pce_record
_bluetooth_sdp_pce_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:86
_bluetooth_sdp_ops_record
_bluetooth_sdp_ops_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:92
_bluetooth_sdp_sap_record
_bluetooth_sdp_sap_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:96
_bluetooth_sdp_dip_record
_bluetooth_sdp_dip_record::hdr
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:105
bluetooth_sdp_record
bluetooth_sdp_record::hdr
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_raw_record::hdr
_bluetooth_sdp_raw_record
bt_sdp.h:60
_bluetooth_sdp_mas_record::hdr
_bluetooth_sdp_mas_record
bt_sdp.h:64
_bluetooth_sdp_mns_record::hdr
_bluetooth_sdp_mns_record
bt_sdp.h:71
_bluetooth_sdp_pse_record::hdr
_bluetooth_sdp_pse_record
bt_sdp.h:76
_bluetooth_sdp_pce_record::hdr
_bluetooth_sdp_pce_record
bt_sdp.h:82
_bluetooth_sdp_ops_record::hdr
_bluetooth_sdp_ops_record
bt_sdp.h:86
_bluetooth_sdp_sap_record::hdr
_bluetooth_sdp_sap_record
bt_sdp.h:92
_bluetooth_sdp_dip_record::hdr
_bluetooth_sdp_dip_record
bt_sdp.h:96
bluetooth_sdp_record::hdr
bluetooth_sdp_record
bt_sdp.h:105
Lifecycle
from
examples
All items filtered out
All items filtered out