_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 行。


這個結構體的說明文件是由下列檔案產生: