public class BluetoothClient extends BluetoothP2PConnector
BluetoothP2PConnector.ConnectorState, BluetoothP2PConnector.ConnectorType, BluetoothP2PConnector.P2PConnectorListener
connectDevice, inputThread, lock, outputThread, sendDataQueue, sendLock
コンストラクタと説明 |
---|
BluetoothClient(android.bluetooth.BluetoothDevice device) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
requestConnecting(UUID protocol)
接続をリクエストする
|
protected void |
requestDisconnecting()
切断をリクエストする
|
addListener, clearSendRequest, clearSendRequestOver, getConnectDevice, getConnectorTimeoutMs, isRequestDisconnect, popSendData, removeListener, removeSendRequest, requestSendData, setConnectorTimeoutMs, setThreadWaitTimeMs, start, startInputThread, startOutputThread, stop
protected boolean requestConnecting(UUID protocol)
BluetoothP2PConnector
requestConnecting
クラス内 BluetoothP2PConnector
protected void requestDisconnecting()
BluetoothP2PConnector