Searched refs:mConnectionState (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java292 private ConnectionState mConnectionState = ConnectionState.DISCONNECTED; field in class:BluetoothMasClient
345 client.mConnectionState = ConnectionState.CONNECTED;
350 client.mConnectionState = ConnectionState.DISCONNECTED;
618 mConnectionState = ConnectionState.CONNECTING;
635 mConnectionState = ConnectionState.DISCONNECTING;
658 return mConnectionState;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java377 private ConnectionState mConnectionState = ConnectionState.DISCONNECTED; field in class:BluetoothPbapClient
469 client.mConnectionState = ConnectionState.CONNECTING;
473 client.mConnectionState = ConnectionState.CONNECTED;
478 client.mConnectionState = ConnectionState.DISCONNECTED;
552 return mConnectionState;

Completed in 54 milliseconds