Searched refs:reportType (Results 1 – 3 of 3) sorted by relevance
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); in getReport() argument 54 boolean setReport(in BluetoothDevice device, byte reportType, String report); in setReport() argument
|
/system/bt/include/hardware/ |
D | bt_hh.h | 180 bt_status_t (*get_report)(RawAddress* bd_addr, bthh_report_type_t reportType, 184 bt_status_t (*set_report)(RawAddress* bd_addr, bthh_report_type_t reportType,
|
/system/bt/btif/src/ |
D | btif_hh.cc | 1489 bthh_report_type_t reportType, uint8_t reportId, in get_report() argument 1494 VLOG(1) << __func__ << " BTHH: r_type = " << reportType in get_report() 1507 } else if (((int)reportType) <= BTA_HH_RPTT_RESRV || in get_report() 1508 ((int)reportType) > BTA_HH_RPTT_FEATURE) { in get_report() 1509 LOG(ERROR) << " Error, report type=" << +reportType << " not supported"; in get_report() 1512 BTA_HhGetReport(p_dev->dev_handle, reportType, reportId, bufferSize); in get_report() 1528 bthh_report_type_t reportType, char* report) { in set_report() argument 1532 VLOG(1) << __func__ << " BTHH: reportType=" << reportType in set_report() 1544 } else if (((int)reportType) <= BTA_HH_RPTT_RESRV || in set_report() 1545 ((int)reportType) > BTA_HH_RPTT_FEATURE) { in set_report() [all …]
|