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 クライアント
 
const btgatt_server_interface_t server
 

詳細な説明

標準の Bluetooth 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 行目 の定義。


この構造体のドキュメントは、次のファイルから生成されました。