btgatt_interface_t 구조체 참조

btgatt_interface_t 구조체 참조

#include < bt_gatt.h >

데이터 필드

size_t  크기
 
bt_status_t (*  init )(const btgatt_callbacks_t *callbacks)
 
void(*  cleanup )(void)
 
const btgatt_client_interface_t 클라이언트
 
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 크기

sizeof(btgatt_interface_t)로 설정

bt_gatt.h 파일의 42 줄에 정의되어 있습니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.