_bluetooth_sdp_hdr_overlay 结构体参考文档

_bluetooth_sdp_hdr_overlay 结构体参考文档

#include < bt_sdp.h >

数据字段

bluetooth_sdp_types   type
 
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
 

详细说明

某些信号需要额外的指针,因此我们引入了一种通用的方法来处理这些指针。

定义位于文件 bt_sdp.h 52 行。

字段文档

int32_t l2cap_psm

定义位于文件 bt_sdp.h 58 行

int32_t profile_version

定义位于文件 bt_sdp.h 59 行

int32_t rfcomm_channel_number

定义位于文件 bt_sdp.h 57 行。

char* service_name

定义位于文件 bt_sdp.h 56 行。

uint32_t service_name_length

定义位于文件 bt_sdp.h 的 55 行

定义位于文件 bt_sdp.h 的第 53 行 。 。

uint8_t* user1_ptr

定义位于文件 bt_sdp.h 的第 63 行。

int user1_ptr_len

定义位于文件 bt_sdp.h 62 行

uint8_t* user2_ptr

定义位于文件 bt_sdp.h 65 行

int user2_ptr_len

定义位于文件 bt_sdp.h 的第 64 行。

定义位于文件 bt_sdp.h 54 行


此结构体的文档是根据以下文件生成的: