bthf_interface_t 结构体参考文档

bthf_interface_t 结构体参考文档

#include < bt_hf.h >

数据字段

size_t  尺寸
 
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 接口。

定义位于文件 bt_hf.h 的第 223 行

字段文档

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

正常/错误响应 ERROR (0) OK (1)

定义位于文件 bt_hf.h 271 行。

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 命令的响应

定义位于文件 bt_hf.h 的第 261 行

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 终止(完成响应)

定义位于文件 bt_hf.h 277 行

void(* cleanup)(void)

关闭界面。

定义位于文件 bt_hf.h 的第 293 行。

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

SCO 编解码器的配置

定义位于文件 bt_hf.h 的第 296 行。

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

连接到耳机

定义位于文件 bt_hf.h 的第 233 行。

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

创建音频连接

定义位于文件 bt_hf.h 的第 239 行。

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

对 COPS 命令的响应

定义位于文件 bt_hf.h 的第 258 行。

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

组合设备状态更改通知

定义位于文件 bt_hf.h 的 254 行。

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

断开与耳机的连接

定义位于文件 bt_hf.h 的第 236 行 。 。

bt_status_t (* disconnect_audio)(bt_bdaddr_t *bd_addr)

关闭音频连接

定义位于文件 bt_hf.h 的第 242 行。

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

预格式化的 AT 响应,通常是对未知 AT 命令的响应

定义位于文件 bt_hf.h 265 行。

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

注册 BtHf 回调

定义位于文件 bt_hf.h 230 行

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. 号码和类型:仅适用于来电和等待通话

定义位于文件 bt_hf.h 的第 289 行。

size_t size

设置为 sizeof(BtHfInterface)

定义位于文件 bt_hf.h 的 226 行

bt_status_t (* start_voice_recognition)(bt_bdaddr_t *bd_addr)

启动语音识别

定义位于文件 bt_hf.h 的 245 行 。 。

bt_status_t (* stop_voice_recognition)(bt_bdaddr_t *bd_addr)

停止语音识别

定义位于文件 bt_hf.h 的第 248 行。

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

音量控制

定义位于文件 bt_hf.h 的 251 行


此结构体的文档是根据以下文件生成的:
  • hardware/libhardware/include/hardware/ bt_hf.h