Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java72 static final int BLE_STOP_TIMEOUT = 11; field in AdapterState
115 case BLE_STOP_TIMEOUT: return "BLE_STOP_TIMEOUT"; in messageString()
388 sendMessageDelayed(BLE_STOP_TIMEOUT, BLE_STOP_TIMEOUT_DELAY); in enter()
394 removeMessages(BLE_STOP_TIMEOUT); in exit()
405 case BLE_STOP_TIMEOUT: in processMessage()