Searched refs:EBADFD (Results 1 – 2 of 2) sorted by relevance
113 /*package*/ static final int EBADFD = 77; field in BluetoothSocket428 if (mSocketState == SocketState.CLOSED) return EBADFD; in bindListen()449 if (mSocketState != SocketState.INIT) return EBADFD; in bindListen()
10828 Landroid/bluetooth/BluetoothSocket;->EBADFD:I