Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java92 public static final String DELAY_RETRY_COUNT = "delay_retry_count"; field in BondStateMachine
154 ? msg.getData().getShort(DELAY_RETRY_COUNT) in processMessage()
171 new_msg.getData().putShort(DELAY_RETRY_COUNT, retry_no); in processMessage()