Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_bta_hh_api.cc39 void BTA_HhEnable(tBTA_HH_CBACK* p_cback) { in BTA_HhEnable()
/system/bt/bta/include/
Dbta_hh_api.h318 typedef void(tBTA_HH_CBACK)(tBTA_HH_EVT event, tBTA_HH* p_data); typedef
334 extern void BTA_HhEnable(tBTA_HH_CBACK* p_cback);
/system/bt/bta/hh/
Dbta_hh_int.h91 tBTA_HH_CBACK* p_cback;
241 tBTA_HH_CBACK* p_cback; /* Application callbacks */
Dbta_hh_api.cc58 void BTA_HhEnable(tBTA_HH_CBACK* p_cback) { in BTA_HhEnable()