Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h171 BTA_HH_RPTT_FEATURE /* feature report */ enumerator
/system/bt/btif/src/
Dbtif_hh.c1444 else if ( ((int) reportType) <= BTA_HH_RPTT_RESRV || ((int) reportType) > BTA_HH_RPTT_FEATURE) { in get_report()
1488 … else if ( ( (int) reportType) <= BTA_HH_RPTT_RESRV || ( (int) reportType) > BTA_HH_RPTT_FEATURE) { in set_report()
/system/bt/bta/hh/
Dbta_hh_le.c713 if (p_rpt->rpt_type > BTA_HH_RPTT_FEATURE) /* invalid report type */ in bta_hh_le_save_rpt_ref()