HomeSort by relevance Sort by last modified time
    Searched refs:bthh_report_type_t (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
bt_hh.h 72 }bthh_report_type_t; typedef in typeref:enum:__anon40362
169 bt_status_t (*get_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize);
172 bt_status_t (*set_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report);
  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 106 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 438 if ( (status = sBluetoothHidInterface->get_report((bt_bdaddr_t *) addr, (bthh_report_type_t) rType, (uint8_t) rId, bufferSize)) !=
464 if ( (status = sBluetoothHidInterface->set_report((bt_bdaddr_t *) addr, (bthh_report_type_t)rType, (char*) c_report)) !=
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 711 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size,
    [all...]

Completed in 210 milliseconds