btpan_interface_t 구조체 참조

btpan_interface_t 구조체 참조

#include < bt_pan.h >

데이터 필드

size_t  크기
 
bt_status_t (*  init )(const btpan_callbacks_t *callbacks)
 
bt_status_t (*  enable )(int local_role)
 
int(*  get_local_role )(void)
 
bt_status_t (*  connect )(const bt_bdaddr_t *bd_addr, int local_role, int remote_role)
 
bt_status_t (*  disconnect )(const bt_bdaddr_t *bd_addr)
 
void(*  cleanup )(void)
 

상세 설명

bt_pan.h 파일의 51 행에 있는 정의입니다.

필드 문서

void(* cleanup)(void)

화면 이동 인터페이스 정리

bt_pan.h 파일의 81 행에 정의가 있습니다.

bt_status_t (* connect)(const bt_bdaddr_t *bd_addr, int local_role, int remote_role)

지정된 팬 역할에 따라 원격 기기에 블루투스 팬 연결을 시작합니다. 결과 상태는 btpan_connection_state_callback에서 반환합니다.

bt_pan.h FILE의 72 라인에 정의가 있습니다.

bt_status_t (* disconnect)(const bt_bdaddr_t *bd_addr)

블루투스 패닝 연결을 중지합니다. 결과 상태는 btpan_connection_state_callback에서 반환합니다.

bt_pan.h 파일의 76 번 라인에 있는 정의입니다.

bt_status_t (* enable)(int local_role)

bt_pan.h 파일의 63 행에 정의가 있습니다.

int(* get_local_role)(void)

bt_pan.h 파일의 67 줄에 정의되어 있습니다.

bt_status_t (* init)(const btpan_callbacks_t *callbacks)

팬 인터페이스 초기화 및 btpan 콜백 등록

bt_pan.h 파일의 57 줄에 있는 정의입니다.

size_t 크기

이 구조체의 크기로 설정

bt_pan.h FILE의 53 라인에 정의가 있습니다.


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