Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java94 public static final int BOND_RETRY_DELAY_MS = 500; field in BondStateMachine
173 sendMessageDelayed(new_msg, BOND_RETRY_DELAY_MS); in processMessage()