Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java69 static final int BREDR_STOP_TIMEOUT = 10; field in AdapterState
115 case BREDR_STOP_TIMEOUT: return "BREDR_STOP_TIMEOUT"; in messageString()
330 sendMessageDelayed(BREDR_STOP_TIMEOUT, BREDR_STOP_TIMEOUT_DELAY); in enter()
336 removeMessages(BREDR_STOP_TIMEOUT); in exit()
347 case BREDR_STOP_TIMEOUT: in processMessage()