Loading system/btif/src/btif_hh.c +1 −1 Original line number Diff line number Diff line Loading @@ -1711,7 +1711,7 @@ bt_status_t btif_hh_execute_service(BOOLEAN b_enable) if (b_enable) { /* Enable and register with BTA-HH */ BTA_HhEnable(BTA_SEC_ENCRYPT, bte_hh_evt); BTA_HhEnable(BTUI_HH_SECURITY, bte_hh_evt); } else { /* Disable HH */ Loading Loading
system/btif/src/btif_hh.c +1 −1 Original line number Diff line number Diff line Loading @@ -1711,7 +1711,7 @@ bt_status_t btif_hh_execute_service(BOOLEAN b_enable) if (b_enable) { /* Enable and register with BTA-HH */ BTA_HhEnable(BTA_SEC_ENCRYPT, bte_hh_evt); BTA_HhEnable(BTUI_HH_SECURITY, bte_hh_evt); } else { /* Disable HH */ Loading