Home
last modified time | relevance | path

Searched refs:BTA_DM_PM_RETRY (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_cfg.c175 {{BTA_DM_PM_RETRY, 7000}, {BTA_DM_PM_NO_ACTION, 0}} /* mode change retry */
194 {{BTA_DM_PM_RETRY, 5000}, {BTA_DM_PM_NO_ACTION, 0}} /* mode change retry */
385 {{BTA_DM_PM_RETRY, 7000}, {BTA_DM_PM_NO_ACTION, 0}} /* mode change retry */
427 {{BTA_DM_PM_RETRY, 5000}, {BTA_DM_PM_NO_ACTION, 0}} /* mode change retry */
448 {{BTA_DM_PM_RETRY, 5000}, {BTA_DM_PM_NO_ACTION, 0}} /* mode change retry */
/system/bt/doc/
Dpower_management.md72 - `BTA_DM_PM_RETRY` has the same effect as `BTA_DM_PM_NO_ACTION`, except a
/system/bt/bta/include/
Dbta_api.h1140 #define BTA_DM_PM_RETRY 0x80 /* retry power mode based on current settings */ macro