Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java70 static final int BLE_STOP_TIMEOUT = 11; field in AdapterState
113 case BLE_STOP_TIMEOUT: return "BLE_STOP_TIMEOUT"; in messageString()
370 sendMessageDelayed(BLE_STOP_TIMEOUT, BLE_STOP_TIMEOUT_DELAY); in enter()
376 removeMessages(BLE_STOP_TIMEOUT); in exit()
387 case BLE_STOP_TIMEOUT: in processMessage()