Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h316 typedef void (tBTA_HH_CBACK)(tBTA_HH_EVT event, tBTA_HH *p_data); typedef
337 extern void BTA_HhEnable(tBTA_SEC sec_mask, tBTA_HH_CBACK *p_cback);
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h121 tBTA_HH_CBACK *p_cback;
301 tBTA_HH_CBACK *p_cback; /* Application callbacks */
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_api.c62 void BTA_HhEnable(tBTA_SEC sec_mask, tBTA_HH_CBACK *p_cback) in BTA_HhEnable()