Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hd.cc238 HAL_CBACK(bt_hd_callbacks, set_report_cb, p_data->set_report.report_type, in btif_hd_upstreams_evt()
239 p_data->set_report.report_id, p_data->set_report.len, in btif_hd_upstreams_evt()
240 p_data->set_report.p_data); in btif_hd_upstreams_evt()
322 param_len = sizeof(tBTA_HD_SET_REPORT) + p_data->set_report.len; in bte_hd_evt()
Dbtif_hh.cc1527 static bt_status_t set_report(RawAddress* bd_addr, in set_report() function
1681 set_report,
/system/bt/bta/include/
Dbta_hd_api.h122 tBTA_HD_SET_REPORT set_report; /* BTA_HD_SET_REPORT */ member
/system/bt/include/hardware/
Dbt_hh.h184 bt_status_t (*set_report)(RawAddress* bd_addr, bthh_report_type_t reportType, member
/system/bt/bta/hd/
Dbta_hd_act.cc628 bta_hd.set_report = ret; in bta_hd_set_report_act()