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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3072 void setBtScoDeviceConnectionState(BluetoothDevice btDevice, int state) { argument
3073 if (btDevice == null) {
3077 String address = btDevice.getAddress();
3078 BluetoothClass btClass = btDevice.getBluetoothClass();
3099 String btDeviceName = btDevice.getName();
3106 mBluetoothHeadsetDevice = btDevice;
3118 BluetoothDevice btDevice;
3127 btDevice = deviceList.get(0);
3128 int state = mA2dp.getConnectionState(btDevice);
3136 btDevice,
4852 onSetA2dpSinkConnectionState(BluetoothDevice btDevice, int state) argument
4916 onSetA2dpSourceConnectionState(BluetoothDevice btDevice, int state) argument
[all...]

Completed in 42 milliseconds