Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java418 broadcastConnectionStateChanged(BluetoothProfile.STATE_DISCONNECTED); in enter()
448 broadcastConnectionStateChanged(BluetoothProfile.STATE_CONNECTING); in enter()
459 broadcastConnectionStateChanged(BluetoothProfile.STATE_CONNECTED); in enter()
1166 broadcastConnectionStateChanged(BluetoothProfile.STATE_DISCONNECTING); in enter()
1373 protected void broadcastConnectionStateChanged(int currentState) { in broadcastConnectionStateChanged() method in AvrcpControllerStateMachine