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