Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java139 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTED, in enter()
242 broadcastConnectionState(BluetoothProfile.STATE_CONNECTING, mLastConnectionState); in enter()
328 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTING, mLastConnectionState); in enter()
426 broadcastConnectionState(BluetoothProfile.STATE_CONNECTED, mLastConnectionState); in enter()
520 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState() method in LeAudioStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java145 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTED, in enter()
248 broadcastConnectionState(BluetoothProfile.STATE_CONNECTING, mLastConnectionState); in enter()
339 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTING, mLastConnectionState); in enter()
438 broadcastConnectionState(BluetoothProfile.STATE_CONNECTED, mLastConnectionState); in enter()
519 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState() method in HearingAidStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java127 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED); in cleanup()
167 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
168 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
179 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
180 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
206 broadcastConnectionState(device, convertHalState(halState));
811 private void broadcastConnectionState(BluetoothDevice device, int newState) { in broadcastConnectionState() method in HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java162 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
272 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
368 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
479 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
678 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState() method in A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java908 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, in enter()
911 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, in enter()
936 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
985 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
1014 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTING, in enter()
1128 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
1131 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
1166 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in enter()
1822 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { in broadcastConnectionState() method in HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java159 private void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { in broadcastConnectionState() method in PbapStateMachine.PbapStateBase
181 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt()); in broadcastStateTransitions()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java297 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(), in broadcastStateTransitions()
303 void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { in broadcastConnectionState() method in HeadsetStateMachine.HeadsetStateBase
480 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
541 broadcastConnectionState(mDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
1089 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processMessage()