bthl_interface_t 구조체 참조

bthl_interface_t 구조체 참조

#include < bt_hl.h >

데이터 필드

size_t  크기
 
bt_status_t (*  init )( bthl_callbacks_t *callbacks)
 
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 channel_id)
 
void(*  cleanup )(void)
 

상세 설명

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

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

필드 문서

void(* cleanup)(void)

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 FILE의 110 라인에 정의되어 있습니다.

bt_status_t (* destroy_channel)(int channel_id)

채널 삭제

bt_hl.h FILE의 113 줄에 정의되어 있습니다.

bt_status_t (* init)( bthl_callbacks_t *callbacks)

Bthl 콜백 등록

bt_hl.h FILE의 101 라인에 정의되어 있습니다.

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

HL 애플리케이션 등록

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

size_t 크기

sizeof(bthl_interface_t)로 설정

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

bt_status_t (* unregister_application)(int app_id)

HL 애플리케이션 등록 취소

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


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.
  • hardware/libhardware/include/hardware/ bt_hl.h