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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java204 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
208 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
258 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
274 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
320 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
358 broadcastConnectionState(mCurrentDevice,
367 broadcastConnectionState(mTargetDevice,
383 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
390 broadcastConnectionState(mIncomingDevice,
405 broadcastConnectionState(mCurrentDevic
736 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:A2dpSinkStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStateMachine.java142 broadcastConnectionState(mConnectionState, mLastConnectionState);
243 broadcastConnectionState(mConnectionState, mLastConnectionState);
330 broadcastConnectionState(mConnectionState, mLastConnectionState);
429 broadcastConnectionState(mConnectionState, mLastConnectionState);
510 private void broadcastConnectionState(int newState, int prevState) { method in class:HearingAidStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java157 broadcastConnectionState(mConnectionState, mLastConnectionState);
268 broadcastConnectionState(mConnectionState, mLastConnectionState);
364 broadcastConnectionState(mConnectionState, mLastConnectionState);
471 broadcastConnectionState(mConnectionState, mLastConnectionState);
663 private void broadcastConnectionState(int newState, int prevState) { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidHostService.java112 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
150 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
151 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
160 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
161 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
185 broadcastConnectionState(device, convertHalState(halState));
724 private void broadcastConnectionState(BluetoothDevice device, int newState) { method in class:HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java840 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED,
843 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED,
866 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
918 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
951 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTING,
1072 broadcastConnectionState(mCurrentDevice,
1075 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
1115 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED,
1755 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DPbapStateMachine.java150 private void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { method in class:PbapStateMachine.PbapStateBase
151 stateLogD("broadcastConnectionState " + device + ": " + fromState + "->" + toState);
172 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt());
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java281 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(),
287 void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { method in class:HeadsetStateMachine.HeadsetStateBase
288 stateLogD("broadcastConnectionState " + device + ": " + fromState + "->" + toState);
455 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
515 broadcastConnectionState(mDevice, BluetoothProfile.STATE_DISCONNECTED,
1050 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,

Completed in 287 milliseconds