Loading system/bta/dm/bta_dm_cfg.cc +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ tBTA_DM_PM_TYPE_QUALIFIER tBTA_DM_PM_SPEC bta_dm_pm_spec[BTA_DM_NUM_PM_SPEC] = { {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* app close */ {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* sco open */ {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* sco close */ {{BTA_DM_PM_SNIFF_A2DP_IDX, 5000}, {{BTA_DM_PM_SNIFF_A2DP_IDX, BTA_FTC_IDLE_TO_SNIFF_DELAY_MS}, {BTA_DM_PM_NO_ACTION, 0}}, /* idle */ {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */ {{BTA_DM_PM_NO_ACTION, 0}, Loading system/internal_include/bt_target.h +7 −1 Original line number Diff line number Diff line Loading @@ -124,11 +124,17 @@ #endif // How long to wait before activating sniff mode after entering the // idle state for FTS, OPS connections // idle state for server FT/RFCOMM, OPS connections #ifndef BTA_FTS_OPS_IDLE_TO_SNIFF_DELAY_MS #define BTA_FTS_OPS_IDLE_TO_SNIFF_DELAY_MS 7000 #endif // How long to wait before activating sniff mode after entering the // idle state for client FT/RFCOMM connections #ifndef BTA_FTC_IDLE_TO_SNIFF_DELAY_MS #define BTA_FTC_IDLE_TO_SNIFF_DELAY_MS 5000 #endif //------------------End added from bdroid_buildcfg.h--------------------- /****************************************************************************** Loading Loading
system/bta/dm/bta_dm_cfg.cc +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ tBTA_DM_PM_TYPE_QUALIFIER tBTA_DM_PM_SPEC bta_dm_pm_spec[BTA_DM_NUM_PM_SPEC] = { {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* app close */ {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* sco open */ {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* sco close */ {{BTA_DM_PM_SNIFF_A2DP_IDX, 5000}, {{BTA_DM_PM_SNIFF_A2DP_IDX, BTA_FTC_IDLE_TO_SNIFF_DELAY_MS}, {BTA_DM_PM_NO_ACTION, 0}}, /* idle */ {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */ {{BTA_DM_PM_NO_ACTION, 0}, Loading
system/internal_include/bt_target.h +7 −1 Original line number Diff line number Diff line Loading @@ -124,11 +124,17 @@ #endif // How long to wait before activating sniff mode after entering the // idle state for FTS, OPS connections // idle state for server FT/RFCOMM, OPS connections #ifndef BTA_FTS_OPS_IDLE_TO_SNIFF_DELAY_MS #define BTA_FTS_OPS_IDLE_TO_SNIFF_DELAY_MS 7000 #endif // How long to wait before activating sniff mode after entering the // idle state for client FT/RFCOMM connections #ifndef BTA_FTC_IDLE_TO_SNIFF_DELAY_MS #define BTA_FTC_IDLE_TO_SNIFF_DELAY_MS 5000 #endif //------------------End added from bdroid_buildcfg.h--------------------- /****************************************************************************** Loading