Confirmed users
891
edits
| Line 30: | Line 30: | ||
=== BluetoothConnectionState === | === BluetoothConnectionState === | ||
enum BluetoothConnectionState { | enum BluetoothConnectionState { | ||
"disconnected", | |||
"disconnecting", | |||
"connected", | "connected", | ||
"connecting | "connecting" | ||
}; | }; | ||