Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h80 } tBTA_HD_REPORT; typedef
197 void BTA_HdSendReport(tBTA_HD_REPORT* p_report);
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hd_api.cc46 void BTA_HdSendReport(tBTA_HD_REPORT* /* p_report */) { in BTA_HdSendReport() argument
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_api.cc172 void BTA_HdSendReport(tBTA_HD_REPORT* p_report) { in BTA_HdSendReport()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc533 tBTA_HD_REPORT report; in send_report()