Home
last modified time | relevance | path

Searched defs:enable_hogp (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_api.cc39 void BTA_HhEnable(tBTA_HH_CBACK* p_cback, bool enable_hidp, bool enable_hogp) { in BTA_HhEnable()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc57 void BTA_HhEnable(tBTA_HH_CBACK* p_cback, bool enable_hid, bool enable_hogp) { in BTA_HhEnable()
Dbta_hh_act.cc81 void bta_hh_api_enable(tBTA_HH_CBACK* p_cback, bool enable_hid, bool enable_hogp) { in bta_hh_api_enable()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1830 static void configure_enabled_profiles(bool enable_hidp, bool enable_hogp) { in configure_enabled_profiles()