ESP-IDF
bluetooth_sdp_hdr_overlay
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_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
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