مرجع بنية 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 العادية.

التعريف في السطر 140 من الملف bt_hh.h .

مستندات الحقل

void(* cleanup)(void)

إغلاق الواجهة

التعريف في السطر 178 من الملف bt_hh.h .

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

الاتصال بجهاز HID

التعريف في السطر 151 من الملف bt_hh.h .

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

إلغاء الربط بجهاز HID

التعريف في السطر 154 من الملف bt_hh.h .

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

الحصول على وضع النموذج الأولي لبروتوكول HID

التعريف في السطر 163 من الملف bt_hh.h .

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

أرسِل GET_REPORT إلى جهاز HID.

التعريف في السطر 169 من الملف bt_hh.h .

bt_status_t (* init)( bthh_callbacks_t *callbacks)

تسجيل طلبات معاودة الاتصال في BtHh

التعريف في السطر 148 من الملف bt_hh.h .

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

أرسِل البيانات إلى جهاز HID.

التعريف في السطر 175 من الملف bt_hh.h .

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

اضبط وصف جهاز HID لجهاز HID المحدَّد.

التعريف في السطر 160 من الملف bt_hh.h .

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

اضبط وضع بروتوكول HID.

التعريف في السطر 166 من الملف bt_hh.h .

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

أرسِل طلب SET_REPORT إلى جهاز HID.

التعريف في السطر 172 من الملف bt_hh.h .

الحجم size_t

تم ضبطه على sizeof(BtHhInterface)

التعريف في السطر 143 من الملف bt_hh.h .

bt_status_t (* virtual_unplug)(bt_bdaddr_t *bd_addr)

فصل جهاز HID المحدَّد (VUP)

التعريف في السطر 157 من الملف bt_hh.h .


تم إنشاء مستندات هذه البنية من الملف التالي:
  • hardware/libhardware/include/hardware/ bt_hh.h