Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java142 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTED, in enter()
245 broadcastConnectionState(BluetoothProfile.STATE_CONNECTING, mLastConnectionState); in enter()
336 broadcastConnectionState(BluetoothProfile.STATE_DISCONNECTING, mLastConnectionState); in enter()
435 broadcastConnectionState(BluetoothProfile.STATE_CONNECTED, mLastConnectionState); in enter()
516 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState() method in HearingAidStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java124 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED); in cleanup()
162 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
163 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
172 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
173 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
197 broadcastConnectionState(device, convertHalState(halState));
797 private void broadcastConnectionState(BluetoothDevice device, int newState) { in broadcastConnectionState() method in HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java159 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
269 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
365 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
476 broadcastConnectionState(mConnectionState, mLastConnectionState); in enter()
675 private void broadcastConnectionState(int newState, int prevState) { in broadcastConnectionState() method in A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java814 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, in enter()
817 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, in enter()
840 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
889 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
918 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTING, in enter()
1032 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
1035 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
1069 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in enter()
1699 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { in broadcastConnectionState() method in HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java150 private void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { in broadcastConnectionState() method in PbapStateMachine.PbapStateBase
172 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt()); in broadcastStateTransitions()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java292 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(), in broadcastStateTransitions()
298 void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { in broadcastConnectionState() method in HeadsetStateMachine.HeadsetStateBase
473 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
534 broadcastConnectionState(mDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
1064 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processMessage()