bthl_interface_t 구조체 참조

bthl_interface_t 구조체 참조

#include < bt_hl.h >

데이터 필드

size_t 크기
bt_status_t (* 초기화 )( bthl_callbacks_t *콜백)
bt_status_t (* Register_application )( bthl_reg_param_t *p_reg_param, int *app_id)
bt_status_t (* unregister_application )(int app_id)
bt_status_t (* connect_channel )(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id)
bt_status_t (* destroy_channel )(int 채널_id)
무효의(* 정리 )(무효)

상세 설명

표준 BT-HL 인터페이스를 나타냅니다.

bt_hl.h 파일의 93번째 줄에 정의되어 있습니다.

현장 문서

무효(* 정리)(무효)

Bthl 콜백을 닫습니다.

bt_hl.h 파일의 116번째 줄에 정의되어 있습니다.

bt_status_t (* connect_channel)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id)

채널 연결

bt_hl.h 파일의 110번째 줄에 정의되어 있습니다.

bt_status_t (* destroy_channel)(int 채널_id)

채널 파괴

bt_hl.h 파일의 113번째 줄에 정의되어 있습니다.

bt_status_t (* init)( bthl_callbacks_t *콜백)

Bthl 콜백 등록

bt_hl.h 파일의 101번째 줄에 정의되어 있습니다.

bt_status_t (*register_application)( bthl_reg_param_t *p_reg_param, int *app_id)

HL 애플리케이션 등록

bt_hl.h 파일의 104번째 줄에 정의되어 있습니다.

size_t 사이즈

sizeof(bthl_interface_t)로 설정

bt_hl.h 파일의 96번째 줄에 정의되어 있습니다.

bt_status_t (* unregister_application)(int app_id)

HL 애플리케이션 등록 취소

bt_hl.h 파일의 107번째 줄에 정의되어 있습니다.


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