Tài liệu tham khảo về cấu trúc bthh_interface_t

Tài liệu tham khảo về cấu trúc bthh_interface_t

#include < bt_hh.h >

Trường dữ liệu

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)
 

Nội dung mô tả chi tiết

Biểu thị giao diện BT-HH tiêu chuẩn.

Định nghĩa tại dòng 140 của tệp bt_hh.h .

Tài liệu về trường

void(* cleanup)(void)

Đóng giao diện.

Định nghĩa tại dòng 178 của tệp bt_hh.h .

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

kết nối với thiết bị HID

Định nghĩa tại dòng 151 của tệp bt_hh.h .

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

ngắt kết nối khỏi thiết bị HID

Định nghĩa tại dòng 154 của tệp bt_hh.h .

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

Lấy chế độ nguyên mẫu HID.

Định nghĩa tại dòng 163 của tệp bt_hh.h .

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

Gửi GET_REPORT đến thiết bị HID.

Định nghĩa tại dòng 169 của tệp bt_hh.h .

bt_status_t (* init)( bthh_callbacks_t *callbacks)

Đăng ký lệnh gọi lại BtHh

Định nghĩa tại dòng 148 của tệp bt_hh.h .

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

Gửi dữ liệu đến thiết bị HID.

Định nghĩa tại dòng 175 của tệp bt_hh.h .

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

Đặt chỉ số mô tả thiết bị HID cho thiết bị HID đã chỉ định.

Định nghĩa tại dòng 160 của tệp bt_hh.h .

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

Đặt chế độ nguyên mẫu HID.

Định nghĩa tại dòng 166 của tệp bt_hh.h .

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

Gửi SET_REPORT đến thiết bị HID.

Định nghĩa tại dòng 172 của tệp bt_hh.h .

size_t size

đặt thành sizeof(BtHhInterface)

Định nghĩa tại dòng 143 của tệp bt_hh.h .

bt_status_t (* virtual_unplug)(bt_bdaddr_t *bd_addr)

Rút thiết bị HID đã chỉ định (VUP)

Định nghĩa tại dòng 157 của tệp bt_hh.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau:
  • hardware/libhardware/include/hardware/ bt_hh.h