bthh_interface_t 結構體參考資料

bthh_interface_t 結構體參考資料

#include < bt_hh.h >

資料欄位

size_t  size
 
bt_status_t (*  init )( bthh_callbacks_t *callbacks)
 
bt_status_t (*  connect )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  disconnect )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  virtual_unplug )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  set_info )(bt_bdaddr_t *bd_addr, bthh_hid_info_t hid_info)
 
bt_status_t (*  get_protocol )(bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode)
 
bt_status_t (*  set_protocol )(bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode)
 
bt_status_t (*  get_report )(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize)
 
bt_status_t (*  set_report )(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char *report)
 
bt_status_t (*  send_data )(bt_bdaddr_t *bd_addr, char *data)
 
void(*  cleanup )(void)
 

詳細說明

代表標準 BT-HH 介面。

定義位於檔案 bt_hh.h 140 行。

欄位說明文件

void(* cleanup)(void)

關閉介面。

定義位於檔案 bt_hh.h 的第 178 行

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

連線至 HID 裝置

定義位於檔案 bt_hh.h 的 151 行。

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

與 HID 裝置中斷連線

定義位於檔案 bt_hh.h 154 行。

bt_status_t (* get_protocol)(bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode)

取得 HID 原型模式。

定義位於檔案 bt_hh.h 163 行。

bt_status_t (* get_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize)

傳送 GET_REPORT 至 HID 裝置。

定義位於檔案 bt_hh.h 169 行。

bt_status_t (* init)( bthh_callbacks_t *callbacks)

註冊 BtHh 回呼

定義位於檔案 bt_hh.h 148 行。

bt_status_t (* send_data)(bt_bdaddr_t *bd_addr, char *data)

將資料傳送至 HID 裝置。

定義位於檔案 bt_hh.h 的 175 行。

bt_status_t (* set_info)(bt_bdaddr_t *bd_addr, bthh_hid_info_t hid_info)

為指定的 HID 裝置設定 HID 裝置描述元。

定義位於檔案 bt_hh.h 160 行。

bt_status_t (* set_protocol)(bt_bdaddr_t *bd_addr, bthh_protocol_mode_t protocolMode)

設定 HID 原型模式。

定義位於檔案 bt_hh.h 166 行。

bt_status_t (* set_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char *report)

將 SET_REPORT 傳送至 HID 裝置。

定義位於檔案 bt_hh.h 172 行。

size_t size

設為 sizeof(BtHhInterface)

定義位於檔案 bt_hh.h 143 行。

bt_status_t (* virtual_unplug)(bt_bdaddr_t *bd_addr)

虛擬拔除 (VUP) 指定的 HID 裝置

定義位於檔案 bt_hh.h 的 157 行。


這個結構體的說明文件是由下列檔案產生:
  • hardware/libhardware/include/hardware/ bt_hh.h