Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h337 extern void BTA_HhEnable(tBTA_SEC sec_mask, tBTA_HH_CBACK *p_cback);
/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() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c464 BTA_HhEnable(BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT, bte_hh_evt); in btc_hh_init()