Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java133 private static int SOCK_SIGNAL_SIZE = 20; field in BluetoothSocket
643 byte [] sig = new byte[SOCK_SIGNAL_SIZE]; in waitSocketSignal()
645 if (VDBG) Log.d(TAG, "waitSocketSignal read " + SOCK_SIGNAL_SIZE + in waitSocketSignal()
651 if(size != SOCK_SIGNAL_SIZE) in waitSocketSignal()