bthf_client_interface_t 구조체 참조

bthf_client_interface_t 구조체 참조

#include < bt_hf_client.h >

데이터 필드

size_t  크기
 
bt_status_t (*  init )( bthf_client_callbacks_t *callbacks)
 
bt_status_t (*  connect )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  disconnect )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  connect_audio )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  disconnect_audio )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  start_voice_recognition )(void)
 
bt_status_t (*  stop_voice_recognition )(void)
 
bt_status_t (*  volume_control )( bthf_client_volume_type_t type, int volume)
 
bt_status_t (*  dial )(const char *number)
 
bt_status_t (*  dial_memory )(int location)
 
bt_status_t (*  handle_call_action )( bthf_client_call_action_t action, int idx)
 
bt_status_t (*  query_current_calls )(void)
 
bt_status_t (*  query_current_operator_name )(void)
 
bt_status_t (*  retrieve_subscriber_info )(void)
 
bt_status_t (*  send_dtmf )(char code)
 
bt_status_t (*  request_last_voice_tag_number )(void)
 
void(*  cleanup )(void)
 
bt_status_t (*  send_at_cmd )(int cmd, int val1, int val2, const char *arg)
 

상세 설명

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

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

필드 문서

void(* cleanup)(void)

인터페이스를 닫습니다.

bt_hf_client.h 파일의 355 줄에 정의되어 있습니다.

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

오디오 게이트웨이에 연결

bt_hf_client.h 파일의 307 줄에 정의되어 있습니다.

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

오디오 연결 만들기

bt_hf_client.h 파일의 313 줄에 정의되어 있습니다.

bt_status_t (* dial)(const char *number)

번호가 NULL인 경우 마지막으로 통화한 번호로 전화를 걸고 (즉, 다시 전화)

bt_hf_client.h FILE의 329 라인에 정의가 있습니다.

bt_status_t (* dial_memory)(int location)

위치별로 지정된 번호로 전화 걸기 (빠른 다이얼)

bt_hf_client.h 파일의 332 줄에 정의되어 있습니다.

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

오디오 게이트웨이 연결 해제

bt_hf_client.h 파일의 310 줄에 정의되어 있습니다.

bt_status_t (* disconnect_audio)(bt_bdaddr_t *bd_addr)

오디오 연결 닫기

bt_hf_client.h 파일의 316 라인에 정의가 있습니다.

bt_status_t (* handle_call_action)( bthf_client_call_action_t action, int idx)

지정된 통화 관련 작업 실행 idx는 향상된 통화 제어 관련 작업으로 제한됨

bt_hf_client.h 파일의 337 라인에 정의가 있습니다.

BtHf 콜백 등록

bt_hf_client.h 파일의 304 줄에 정의되어 있습니다.

bt_status_t (* query_current_calls)(void)

현재 통화 목록 쿼리

bt_hf_client.h 파일의 340 줄에 정의가 있습니다.

bt_status_t (* query_current_operator_name)(void)

현재 선택한 연산자의 쿼리 이름

bt_hf_client.h 파일의 343 줄에 정의되어 있습니다.

bt_status_t (* request_last_voice_tag_number)(void)

녹음된 마지막 음성 태그에 해당하는 전화번호를 AG에서 요청합니다.

bt_hf_client.h FILE의 352 행에 정의되어 있습니다.

bt_status_t (* retrieve_subscriber_info)(void)

구독자 정보 검색

bt_hf_client.h FILE의 346 라인에 정의가 있습니다.

bt_status_t (* send_at_cmd)(int cmd, int val1, int val2, const char *arg)

AT 명령어를 전송합니다.

bt_hf_client.h FILE의 358 줄에 정의가 있습니다.

bt_status_t (* send_dtmf)(char code)

DTMF 코드 전송

bt_hf_client.h 파일의 349 줄에 정의되어 있습니다.

size_t 크기

sizeof(BtHfClientInterface)로 설정

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

bt_status_t (* start_voice_recognition)(void)

음성 인식 시작

bt_hf_client.h 파일의 319 줄에 정의되어 있습니다.

bt_status_t (* stop_voice_recognition)(void)

음성 인식 중지

bt_hf_client.h FILE의 322 라인에 정의가 있습니다.

bt_status_t (* volume_control)( bthf_client_volume_type_t type, int volume)

볼륨 컨트롤

bt_hf_client.h FILE의 325 줄에 정의가 있습니다.


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