Searched refs:sendConnectionStateChange (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl125 void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState);
/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java195 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.INPUT_DEVICE, state,
H A DBluetoothPanProfileHandler.java307 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.PAN, state,
H A DBluetoothA2dpService.java526 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.A2DP, state,
H A DBluetoothHealthProfileHandler.java639 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEALTH,
H A DBluetoothService.java2573 public synchronized void sendConnectionStateChange(BluetoothDevice method in class:BluetoothService
2584 Log.e(TAG, "Error in sendConnectionStateChange: "

Completed in 73 milliseconds