การอ้างอิงโครงสร้าง bthf_interface_t

การอ้างอิงโครงสร้าง bthf_interface_t

#include < bt_hf.h >

ฟิลด์ข้อมูล

size_t  size
 
bt_status_t (*  init )( bthf_callbacks_t *callbacks, int max_hf_clients)
 
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 )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  stop_voice_recognition )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  volume_control )( bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  device_status_notification )( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int signal, int batt_chg)
 
bt_status_t (*  cops_response )(const char *cops, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  cind_response )(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  formatted_at_response )(const char *rsp, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  at_response )( bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  clcc_response )(int index, bthf_call_direction_t dir, bthf_call_state_t state, bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char *number, bthf_call_addrtype_t type, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  phone_state_change )(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *number, bthf_call_addrtype_t type)
 
void(*  cleanup )(void)
 
bt_status_t (*  configure_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)
 

คำอธิบายโดยละเอียด

แสดงอินเทอร์เฟซ BT-HF มาตรฐาน

คําจํากัดความที่บรรทัด 223 ของไฟล์ bt_hf.h .

เอกสารประกอบในสนาม

bt_status_t (* at_response)( bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr)

การตอบกลับ "สำเร็จ"/ข้อผิดพลาด ข้อผิดพลาด (0) สำเร็จ (1)

คําจํากัดความที่บรรทัด 271 ของไฟล์ bt_hf.h .

bt_status_t (* cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)

การตอบสนองสําหรับคําสั่ง CIND

คําจํากัดความที่บรรทัด 261 ของไฟล์ bt_hf.h .

bt_status_t (* clcc_response)(int index, bthf_call_direction_t dir, bthf_call_state_t state, bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char *number, bthf_call_addrtype_t type, bt_bdaddr_t *bd_addr)

การตอบสนองสําหรับคําสั่ง CLCC สามารถเรียกซ้ำสําหรับดัชนีการเรียกแต่ละรายการ ระบบจะถือว่าดัชนีการเรียก 0 เป็นค่าสิ้นสุด NULL (การตอบกลับที่สมบูรณ์)

คําจํากัดความที่บรรทัด 277 ของไฟล์ bt_hf.h .

void(* cleanup)(void)

ปิดอินเทอร์เฟซ

คําจํากัดความที่บรรทัด 293 ของไฟล์ bt_hf.h .

bt_status_t (* configure_wbs)(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

การกําหนดค่าสําหรับตัวแปลงรหัส SCO

คําจํากัดความที่บรรทัด 296 ของไฟล์ bt_hf.h .

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

เชื่อมต่อกับชุดหูฟัง

คําจํากัดความที่บรรทัด 233 ของไฟล์ bt_hf.h .

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

สร้างการเชื่อมต่อเสียง

คําจํากัดความที่บรรทัด 239 ของไฟล์ bt_hf.h .

bt_status_t (* cops_response)(const char *cops, bt_bdaddr_t *bd_addr)

การตอบสนองสําหรับคําสั่ง COPS

คําจํากัดความที่บรรทัด 258 ของไฟล์ bt_hf.h .

bt_status_t (* device_status_notification)( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int signal, int batt_chg)

การแจ้งเตือนการเปลี่ยนแปลงสถานะอุปกรณ์แบบรวม

คําจํากัดความที่บรรทัด 254 ของไฟล์ bt_hf.h .

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

ยกเลิกการเชื่อมต่อจากชุดหูฟัง

คําจํากัดความที่บรรทัด 236 ของไฟล์ bt_hf.h .

bt_status_t (* disconnect_audio)(bt_bdaddr_t *bd_addr)

ปิดการเชื่อมต่อเสียง

คําจํากัดความที่บรรทัด 242 ของไฟล์ bt_hf.h .

bt_status_t (* formatted_at_response)(const char *rsp, bt_bdaddr_t *bd_addr)

การตอบกลับ AT ที่กําหนดรูปแบบไว้ล่วงหน้า โดยปกติจะตอบสนองต่อคําสั่ง AT ที่ไม่รู้จัก

คําจํากัดความที่บรรทัด 265 ของไฟล์ bt_hf.h .

bt_status_t (* init)( bthf_callbacks_t *callbacks, int max_hf_clients)

ลงทะเบียนการเรียกกลับ BtHf

คําจํากัดความที่บรรทัด 230 ของไฟล์ bt_hf.h .

bt_status_t (* phone_state_change)(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *number, bthf_call_addrtype_t type)

แจ้งเมื่อมีการเปลี่ยนแปลงสถานะการโทร การอัปเดตแต่ละครั้งจะแจ้งเตือน

  1. จำนวนสายที่ใช้งานอยู่/รอสาย/กำลังโทร
  2. call_state: บ่งบอกถึงการเปลี่ยนแปลงสถานะที่ทริกเกอร์ข้อความนี้ ซึ่งจะใช้ค่าใดค่าหนึ่งจาก BtHfCallState
  3. หมายเลขและประเภท: ใช้ได้กับสายเรียกเข้าและสายที่รอสายเท่านั้น

คําจํากัดความที่บรรทัด 289 ของไฟล์ bt_hf.h .

size_t size

ตั้งค่าเป็น sizeof(BtHfInterface)

คําจํากัดความที่บรรทัด 226 ของไฟล์ bt_hf.h .

bt_status_t (* start_voice_recognition)(bt_bdaddr_t *bd_addr)

เริ่มการจดจำเสียงพูด

คําจํากัดความที่บรรทัด 245 ของไฟล์ bt_hf.h .

bt_status_t (* stop_voice_recognition)(bt_bdaddr_t *bd_addr)

หยุดการจดจำเสียง

คําจํากัดความที่บรรทัด 248 ของไฟล์ bt_hf.h .

bt_status_t (* volume_control)( bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr)

ควบคุมระดับเสียง

คําจํากัดความที่บรรทัด 251 ของไฟล์ bt_hf.h .


เอกสารประกอบสำหรับโครงสร้างนี้สร้างขึ้นจากไฟล์ต่อไปนี้
  • hardware/libhardware/include/hardware/ bt_hf.h