Searched refs:mLastConnectionState (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioStateMachine.java | 84 private int mLastConnectionState = -1; field in LeAudioStateMachine 137 if (mLastConnectionState != -1) { in enter() 140 mLastConnectionState); in enter() 148 mLastConnectionState = BluetoothProfile.STATE_DISCONNECTED; in exit() 242 broadcastConnectionState(BluetoothProfile.STATE_CONNECTING, mLastConnectionState); in enter() 249 mLastConnectionState = BluetoothProfile.STATE_CONNECTING; in exit() 328 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTING, mLastConnectionState); in enter() 335 mLastConnectionState = BluetoothProfile.STATE_DISCONNECTING; in exit() 426 broadcastConnectionState(BluetoothProfile.STATE_CONNECTED, mLastConnectionState); in enter() 433 mLastConnectionState = BluetoothProfile.STATE_CONNECTED; in exit()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidStateMachine.java | 88 private int mLastConnectionState = -1; field in HearingAidStateMachine 143 if (mLastConnectionState != -1) { in enter() 146 mLastConnectionState); in enter() 154 mLastConnectionState = BluetoothProfile.STATE_DISCONNECTED; in exit() 248 broadcastConnectionState(BluetoothProfile.STATE_CONNECTING, mLastConnectionState); in enter() 255 mLastConnectionState = BluetoothProfile.STATE_CONNECTING; in exit() 339 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTING, mLastConnectionState); in enter() 346 mLastConnectionState = BluetoothProfile.STATE_DISCONNECTING; in exit() 438 broadcastConnectionState(BluetoothProfile.STATE_CONNECTED, mLastConnectionState); in enter() 445 mLastConnectionState = BluetoothProfile.STATE_CONNECTED; in exit()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpStateMachine.java | 92 private int mLastConnectionState = -1; field in A2dpStateMachine 160 if (mLastConnectionState != -1) { in enter() 162 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter() 177 mLastConnectionState = BluetoothProfile.STATE_DISCONNECTED; in exit() 272 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter() 280 mLastConnectionState = BluetoothProfile.STATE_CONNECTING; in exit() 368 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter() 376 mLastConnectionState = BluetoothProfile.STATE_DISCONNECTING; in exit() 479 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter() 490 mLastConnectionState = BluetoothProfile.STATE_CONNECTED; in exit() [all …]
|