Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h312 typedef void (tBTA_HH_CBACK) (tBTA_HH_EVT event, tBTA_HH *p_data); typedef
333 BTA_API extern void BTA_HhEnable(tBTA_SEC sec_mask, tBTA_HH_CBACK *p_cback);
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_int.h125 tBTA_HH_CBACK *p_cback;
315 tBTA_HH_CBACK *p_cback; /* Application callbacks */
Dbta_hh_api.c61 void BTA_HhEnable(tBTA_SEC sec_mask, tBTA_HH_CBACK *p_cback) in BTA_HhEnable()