Home | History | Annotate | Download | only in hfp

Lines Matching refs:connectionState

699             int connectionState = stateMachine.getConnectionState();
700 if (connectionState == BluetoothProfile.STATE_CONNECTED
701 || connectionState == BluetoothProfile.STATE_CONNECTING) {
703 + " is already connected/connecting, connectionState=" + connectionState);
738 int connectionState = stateMachine.getConnectionState();
739 if (connectionState != BluetoothProfile.STATE_CONNECTED
740 && connectionState != BluetoothProfile.STATE_CONNECTING) {
742 + " not connected/connecting, connectionState=" + connectionState);
786 int connectionState = getConnectionState(device);
788 if (connectionState == state) {
883 int connectionState = stateMachine.getConnectionState();
884 if (connectionState != BluetoothProfile.STATE_CONNECTED
885 && connectionState != BluetoothProfile.STATE_CONNECTING) {
915 int connectionState = stateMachine.getConnectionState();
916 if (connectionState != BluetoothProfile.STATE_CONNECTED
917 && connectionState != BluetoothProfile.STATE_CONNECTING) {
1531 int connectionState = stateMachine.getConnectionState();
1532 if (connectionState != BluetoothProfile.STATE_CONNECTED) {