Home
last modified time | relevance | path

Searched refs:enable_hogp (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc72 void BTA_HhEnable(tBTA_HH_CBACK* p_cback, bool enable_hid, bool enable_hogp) { in BTA_HhEnable() argument
76 post_on_bt_main([p_cback, enable_hid, enable_hogp]() { in BTA_HhEnable()
77 bta_hh_api_enable(p_cback, enable_hid, enable_hogp); in BTA_HhEnable()
Dbta_hh_int.h295 bool enable_hogp);
Dbta_hh_act.cc85 void bta_hh_api_enable(tBTA_HH_CBACK* p_cback, bool enable_hid, bool enable_hogp) { in bta_hh_api_enable() argument
115 if (status == BTA_HH_OK && enable_hogp) { in bta_hh_api_enable()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hh.h252 void (*configure_enabled_profiles)(bool enable_hidp, bool enable_hogp);
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h378 void BTA_HhEnable(tBTA_HH_CBACK* p_cback, bool enable_hid, bool enable_hogp);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc2155 static void configure_enabled_profiles(bool enable_hidp, bool enable_hogp) { in configure_enabled_profiles() argument
2157 bt_hh_enable_type.hogp_enabled = enable_hogp; in configure_enabled_profiles()