Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hd_api.cc45 void BTA_HdReportError(uint8_t /* error */) { inc_func_call_count(__func__); } in BTA_HdReportError() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h264 void BTA_HdReportError(uint8_t error);
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_api.cc302 void BTA_HdReportError(uint8_t error) { in BTA_HdReportError() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc586 BTA_HdReportError(error); in report_error()