Home
last modified time | relevance | path

Searched refs:bluetoothConnectionState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapPCEClient.java94 int bluetoothConnectionState; in getConnectionState() local
97 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()