Home
last modified time | relevance | path

Searched refs:reportType (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_hh.c1421 static bt_status_t get_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportI… in get_report() argument
1428 reportType, reportId, bufferSize); in get_report()
1444 else if ( ((int) reportType) <= BTA_HH_RPTT_RESRV || ((int) reportType) > BTA_HH_RPTT_FEATURE) { in get_report()
1450 BTA_HhGetReport(p_dev->dev_handle, reportType, in get_report()
1466 static bt_status_t set_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report) in set_report() argument
1472 BTIF_TRACE_DEBUG("%s:reportType = %d", __FUNCTION__,reportType); in set_report()
1488 … else if ( ( (int) reportType) <= BTA_HH_RPTT_RESRV || ( (int) reportType) > BTA_HH_RPTT_FEATURE) { in set_report()
1510 BTA_HhSetReport(p_dev->dev_handle, reportType, p_buf); in set_report()