Documentation de référence sur la struct btgatt_interface_t

Documentation de référence sur la struct btgatt_interface_t

#include < bt_gatt.h >

Champs de données

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 serveur
 

Description détaillée

Représente l'interface GATT Bluetooth standard.

Définition à la ligne  40 du fichier bt_gatt.h .

Documentation des champs

void(* cleanup)(void)

Ferme l'interface

Définition à la ligne  50 du fichier bt_gatt.h .

Pointeur vers les méthodes de l'interface client GATT.

Définition à la ligne  53 du fichier bt_gatt.h .

bt_status_t (* init)(const btgatt_callbacks_t *callbacks)

Initialise l'interface et fournit des routines de rappel

Définition à la ligne  47 du fichier bt_gatt.h .

Pointeur vers les méthodes de l'interface du serveur GATT.

Définition à la ligne  56 du fichier bt_gatt.h .

taille_t

Défini sur sizeof(btgatt_interface_t)

Définition à la ligne  42 du fichier bt_gatt.h .


La documentation de ce struct a été générée à partir du fichier suivant :