Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java63 private static final int SDP_INTENT_DELAY = 11000; field in SdpManager
142 mHandler.sendMessageDelayed(message, SDP_INTENT_DELAY); in startSearch()