Searched refs:enable_hogp (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_api.cc | 72 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()
|
D | bta_hh_int.h | 295 bool enable_hogp);
|
D | bta_hh_act.cc | 85 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/ |
D | bt_hh.h | 252 void (*configure_enabled_profiles)(bool enable_hidp, bool enable_hogp);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hh_api.h | 378 void BTA_HhEnable(tBTA_HH_CBACK* p_cback, bool enable_hid, bool enable_hogp);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 2155 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()
|