Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hh.c1466 static bt_status_t get_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportI… in get_report() argument
1473 reportType, reportId, bufferSize); in get_report()
1490 else if ( ((int) reportType) <= BTA_HH_RPTT_RESRV || ((int) reportType) > BTA_HH_RPTT_FEATURE) { in get_report()
1496 BTA_HhGetReport(p_dev->dev_handle, reportType, in get_report()
1512 static bt_status_t set_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report) in set_report() argument
1518 BTIF_TRACE_DEBUG("%s:reportType = %d", __FUNCTION__,reportType); in set_report()
1535 … else if ( ( (int) reportType) <= BTA_HH_RPTT_RESRV || ( (int) reportType) > BTA_HH_RPTT_FEATURE) { in set_report()
1565 BTA_HhSetReport(p_dev->dev_handle, reportType, p_buf); in set_report()