btgatt_interface_t 結構體參考資料

btgatt_interface_t 結構體參考資料

#include < bt_gatt.h >

資料欄位

size_t  size
 
bt_status_t (*  init )(const btgatt_callbacks_t *callbacks)
 
void(*  cleanup )(void)
 
const btgatt_client_interface_t * client
 
const btgatt_server_interface_t server
 

詳細說明

代表標準藍牙 GATT 介面。

定義位於檔案 bt_gatt.h 40 行。

欄位說明文件

void(* cleanup)(void)

關閉介面

定義位於檔案 bt_gatt.h 50 行。

指向 GATT 用戶端介面方法的指標。

定義位於檔案 bt_gatt.h 的 53 行。

bt_status_t (* init)(const btgatt_callbacks_t *callbacks)

初始化介面並提供回呼例程

定義位於檔案 bt_gatt.h 47 行。

指向 GATT 伺服器介面方法的指標。

定義位於檔案 bt_gatt.h 56 行。

size_t size

設為 sizeof(btgatt_interface_t)

定義位於檔案 bt_gatt.h 42 行。


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