Searched refs:bluetoothConnectionState (Results 1 – 1 of 1) sorted by relevance
94 int bluetoothConnectionState; in getConnectionState() local97 bluetoothConnectionState = BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()100 bluetoothConnectionState = BluetoothProfile.STATE_CONNECTING; in getConnectionState()103 bluetoothConnectionState = BluetoothProfile.STATE_CONNECTED; in getConnectionState()106 bluetoothConnectionState = BluetoothProfile.STATE_DISCONNECTING; in getConnectionState()109 bluetoothConnectionState = BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()111 return bluetoothConnectionState; in getConnectionState()